Socket
Book a DemoInstallSign in
Socket

json-component

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-component

JSON parser / stringifier

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

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

Keywords

json

FAQs

Package last updated on 06 Oct 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts