jonny
Work with json with no exceptions
Last updated 6 years ago by coderaiser .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install jonny 
SYNC missed versions from official npm registry.

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

Current Tags

  • 3.0.1                                ...           latest (6 years ago)

8 Versions

  • 3.0.1                                ...           6 years ago
  • 3.0.0                                ...           6 years ago
  • 2.0.3                                ...           8 years ago
  • 2.0.2                                ...           8 years ago
  • 2.0.1                                ...           8 years ago
  • 2.0.0                                ...           8 years ago
  • 1.0.1                                ...           11 years ago
  • 1.0.0                                ...           11 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 8
Last Day 0
Last Week 8
Last Month 1
Dependencies (1)
Dev Dependencies (8)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |