Deserialize Json to DataTable with a Json Column

@ajgb
find some starter help here:
JSON-QueueItem_To_Datatable.xaml (10.6 KB)

for a later parsing the specialcontent.string just Parse the Content of SpecificData into a JObject - jo
with JsonConvert.DeserializeObject(Of Dictionary(Of String, String))(jo(“DynamicProperties”).toString)
the dictionary can be retrieved and deserialized

6 Likes