mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
| .. | ||
| lib | ||
| .bower.json | ||
| bower.json | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
Jonny
Work with json without exeptions.
Install
npm i jonny --save
How to use?
var jonny = require('jonny'),
obj = jonny.parse('{ "hello": "world" }');
console.log(jonny.stringify(obj, 0, 4));
// results
// "{
// "hello": "world"
// }"
License
MIT