Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

12
  • 79
    I'm pretty sure it's safe for Node.js Commented Oct 18, 2011 at 17:07
  • 3
    It isn't supported in all browsers, but the script at the link below adds it to browsers that don't have it: github.com/douglascrockford/JSON-js/blob/master/json2.js Commented Jan 12, 2013 at 5:53
  • 6
    Pretty safe to use. Commented Oct 8, 2013 at 11:52
  • 14
    If you are doing NodeJS, there is no way I would load up jQuery just to parse a jsonString into a JSON object. So upvote Jonathan's answer Commented Oct 15, 2013 at 16:49
  • 6
    According to this link it is supported by IE8+, although it says: Requires document to be in IE8+ standards mode to work in IE8. Commented Jan 12, 2015 at 21:19