I\'m getting a JSON response from the server and i have to loop through the array in javascript and get the values. But I cant seem to loop throught it.
The JSON respons
Consider looking at How can I parse a JavaScript object with jQuery for a possible answer.