I have a site which has been running for a year now and new users sign up every day. However, there has been a trickle of users reporting the following error: Message: ‘JSON’ is undefined. I always try to recreate their environment and find the issue, but can never recreate the issue. Thankfully, someone has provided the details of the error message now – is this something I can fix at my end or is it specific to the user’s browser settings?
Share
This usually happens in older browsers (such as IE7), which do not support native
JSON. Includejson2.js(CDN) in your webpage (from https://github.com/douglascrockford/JSON-js).