Looping through JSON properties

I found the solution!
jsonObject.keys() Returns a list of keys as an array.

2 Likes