npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

json-component

0.0.1

@tjholowaychuk

npmSnykSocket
Downloads:7
$ npm install json-component
DailyWeeklyMonthlyYearly

json

JSON parser / stringifier.

Installation

$ component install component/json

Example

var json = require('json');
json.parse('{"foo":"bar"}');
// => { foo: 'bar' }

Fallback

If you're working with browsers that do not provide a native JSON, then you should install json-fallback and this module will export that instead.

License

MIT