Can you make sure that the json response does not contain any trailing commas inside object literals:
var json = { key: "value", }; // MSIE hates trailing commas
Can you make sure that the json response does not contain any trailing commas inside object literals:
var json = { key: "value", }; // MSIE hates trailing commas