3.0.1 • Published 5 years ago
jonny v3.0.1
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