Can anyone guide me on this, how can i iterate over Json object in GSQL?
I have Array of dictionaries inside that one dictionary having list nested list of dictionaries, So how can I iterate over that and get (key/value) , various methods are available in docs getString, getInt etc, but I want complete iteration over that.