jonny

Work with json with no exceptions

MIT 8 个版本
安装
npm install jonny
yarn add jonny
pnpm add jonny
bun add jonny
README

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 2020-03-02
3.0.0 2019-12-21
2.0.3 2018-02-20
2.0.2 2018-02-20
2.0.1 2018-02-20
2.0.0 2018-02-20
1.0.1 2015-03-10
1.0.0 2015-03-10