/jonny

Work with json with no exceptions

Primary LanguageJavaScriptMIT LicenseMIT

Jonny

Work with json without exeptions.

Install

npm i jonny --save

How to use?

const jonny = require('jonny');

jonny.parse('hello');
// returns
undefined

const obj = {};
obj.a = obj;

jonny.stringify(obj, 0, 4));
// returns
undefined

License

MIT