I just ran into this issue, and found surprisingly little documentation. My JSON request wasn’t returning. I was using the jQuery “getJSON” method to send the request out. Nothing was coming back. Here’s the code, pretty basic stuff: [javascript] $.getJSON(strSource, function(json){ // handle JSON here alert(json.data) } [/javascript] The code worked perfectly in Chrome, Safari, [...]
Help: IE7 won’t load my JSON but IE8 will – Using a JSON Validator is a post from: Sean Walther's Blog