I am trying to switch from jqGrid 3.4 to 3.5. On the HTML page I'm using JSON.parse and after changing the jqGrid reference to the new version I get "JSON is undefined". This is happening in IE7. I had the impression that JSON is part of Javascript in IE.
Adding an explicit reference to a JSON implementation solves the probolem of course. But I don't want to add it if it is redundant.