I have the following JSON returned in a variable called data.
THIS IS THE JSON THAT GETS RETURNED...
[ {\"Id\": 10004, \"PageName\"
$.each(JSON.parse(result), function(i, item) { alert(item.number); });