[Solved] How do I parse JSON Object

I just posted a tutorial that explains how to parse JSON. I recommend watching it:

The “main” property is a container for several other properties. Technically speaking, it’s an object rather than a name:value pair. So what you have is a start but it’s not correct. In the video, I explain how to traverse the JSON hierarchy and find the correct properties and their associated blocks.

1 Like