SyntaxFix
Write A Post
Hire A Developer
Questions
Below is an example that gets as close as you get.
for(var key in data){ var value = data[key]; //your processing here }
If you're using jQuery see: http://api.jquery.com/jQuery.each/