Hello,

How would I loop over the keys of a JSON object since it appears to be represented as JSON[string]? Or, perhaps the better question is how do I access the keys? Treating the JSON object as an associative array does not work for me.