Sql server sourse with nvarchar(max) field as json document , how can i parse it into elastic as nested document

sql server sourse with nvarchar(max) field as json document , how can i parse it into elastic as nested document

Use a json filter with the source option set to the name of the field with the JSON string.