JSON stringify standalone function for JavaScript -


i know of yui has json.stringify utility , of json2 json.org.

what other implementations of json.stringify?

it should work in ie6, ie7 , not depend on framework.

if depends on should included in 1 file.

edit: use jquery-json, suggested in comments of accepted answer. did wanted. (it depends on jquery solved)

consider "json-sans-eval". i'm using in myna because super fast, ecmascript 5 conformant, , importantly, unlike json2, not use eval() there no danger of abusing json spec execute trojan javascript code.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -