jonny

3.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i jonny

Weekly Downloads

270

Version

3.0.1

License

MIT

Unpacked Size

3.4 kB

Total Files

5

Last publish

Collaborators

  • coderaiser