I have a function that will get a JSON array with objects. In the function I will be able to loop through the array, access a property and use that property. Like this:
@Swapnil Godambe It works for me if JSON.stringfy is removed. That is:
$(jQuery.parseJSON(dataArray)).each(function() { var ID = this.id; var TITLE = this.Title; });