3.0.1 • Published 5 years ago

jonny v3.0.1

Weekly downloads
444
License
MIT
Repository
github
Last release
5 years ago

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

3.0.1

5 years ago

3.0.0

5 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.1

10 years ago

1.0.0

10 years ago