Iterating through Jobject

Hi @Cormac,

If you see the Json text, your Fields key is a child of ResultsDocument key. (Line 4)

  1. The solution is to use
    JsonObject("ResultsDocument")("Fields") in your first for loop.

  2. You can further use a second for loop to get the value of each field name

The XAML file : JsonParse.xaml (9.5 KB)

Hope this helped!

1 Like