like the native js JSON object, it provides the two methods strigify and parse.
This lib is just like CircularJSON, but I guarantee the shortest possible JSON, that allow the same reproduction of your objects;, (*1)
Installation
In browser you load it how ever you want. for example as tag before you use it: ., (*2)
In node, run "npm install tjson" in your project. if necessary with --save parameter.
and then in your script you require it by "var tXml = require('tjson');", (*3)
The Versions
22/112015
dev-master
9999999-dev
parse and stringify circular data structures, with compatible counterpart in Javascript