I’m getting an ‘invalid json’ exception for a set of json. I tested the json in a validator. I’ve placed the json inside of a php file and set the header to “contenttype:application/json; charset=utf-8.”
Not sure what else could be the culprit. I have my jsfiddle here: jsfiddle
$.parseJSONdoesnt load a URL, you pass it a json string. the function youre looking for is$.getJSON.