IE 6 / IE 7 missing JSON object, get ‘undefined’ error when trying JSON.stringify, JSON.parse
The problem is that IE 6 and IE 7 don’t implement at native JSON object. You can include this code to implement JSON object. Just include the file json2.js from…