I\'ve worked with JSON data in the past - mainly \'fudging\' my way to a solution, and not really understanding why or how things work. I\'ve come across an issue where the
If you run this with deserializeJSON(data), you'll see that you just end up with structures with nested structures. So, you can loop through your struct, grab the keys and then grab that key's status. In JSON terms, your JSON object has nested objects.