Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

9 Commits

Repository files navigation

json

JSON parser / stringifier.

Installation

$ component install component/json

Example

varjson=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

About

JSON parser / stringifier

Resources

Stars

4 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages