$ cnpm install jonny
Work with json without exeptions.
npm i jonny --save
const jonny = require('jonny');
jonny.parse('hello');
// returns
undefined
const obj = {};
obj.a = obj;
jonny.stringify(obj, 0, 4));
// returns
undefined
MIT
Copyright 2013 - present © cnpmjs.org | Home |