Hi there,

New update:
Improved ability to get nested values from JSON. This was only partially functional before.
Example:

With the JSON
{ “hair” :
  {
    “color” : “brown” }
  }
}

you can now access the value for color by using hair.color as your key to read from.

the example app now shows the source JSON in ‘pretty print’ to make it easier to follow along