Dont know how extract the data I need in a Json Object

Give a try on
YourParsedJObject(“value”).Values(Of JObject)(0)(“StartProcessing”).Value(Of String)
Also working with selectToken did help for good extraction strategies

1 Like