I am trying to read a nested JSON message where they key values are incrementing integer values but it does not seem to work.
$.each(data.post, function(entryIndex, entry) {
$.each(this.entryIndex, function() {
alert(this.username);
});
});
Sorry, I tried to paste the JSON code here, but I kept on getting a formatting error. Instead, I have uploaded the JSON here.