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
Give a try on
YourParsedJObject(“value”).Values(Of JObject)(0)(“StartProcessing”).Value(Of String)
Also working with selectToken did help for good extraction strategies