JSON stringify standalone function for JavaScript
- by karlthorwald
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)