JSON stringify standalone function for JavaScript

Posted by karlthorwald on Stack Overflow See other posts from Stack Overflow or by karlthorwald
Published on 2010-04-28T17:26:11Z Indexed on 2010/04/28 19:17 UTC
Read the original article Hit count: 374

Filed under:
|

I know of YUI who has a JSON.stringify utility and also of JSON2 from json.org.

What are other good implementations of JSON.stringify?

It should also work in IE6, IE7 and not depend on a framework.

If it depends on anything this should be easily included all in one file.

Edit: I could easily use jquery-json, which was suggested in the comments of the accepted answer. It did what I wanted. (It depends on jquery but that was easily solved)

© Stack Overflow or respective owner

Related posts about JSON

Related posts about JavaScript