Looping through JSON properties

I was wonering that too

As I said when you know the first, the next value might give you the name of the next

I tried to for loop over the structure and using getjsonobject(i) but that’s only allowed with jsonarray. Or so it seems.

Maybe you can convert it to a jsonarray and then use a for loop with i (without knowing the name)