jonny
v3.0.1
Published
Work with json with no exceptions
Downloads
1,705
Readme
Jonny
Work with json without exeptions.
Install
npm i jonny --saveHow to use?
const jonny = require('jonny');
jonny.parse('hello');
// returns
undefined
const obj = {};
obj.a = obj;
jonny.stringify(obj, 0, 4));
// returns
undefinedLicense
MIT
