So I'm trying to parse this json data into lists on my site. However I can't seem to loop. I've looked online and nothing seems to work...
JsonData:
{"amount":4998,"users":[{"id":"765","username":"test","profileURL":"http://example.com","avatarURL":"http:///example.com"},{"id":"765","username":"test","profileURL":"http://example.com","avatarURL":"http://example.com"}]}
I want to loop users and then get id, username etc...