SyntaxFix
Write A Post
Hire A Developer
Questions
data needs to be Json object, to do so please make sure the follow:
data = $.parseJSON(data);
Now you can do something like:
data.map(function (...) { ... });
I hope this help some one