I have the following JSON returned in a variable called data.
THIS IS THE JSON THAT GETS RETURNED...
[ {\"Id\": 10004, \"PageName\"
getJSON will evaluate the data to JSON for you, as long as the correct content-type is used. Make sure that the server is returning the data as application/json.