json-ometajs

3.0.2 • Public • Published

json-ometajs

A simple json parser using ometajs

Use

var jsonic = require('json-ometajs');
var val = jsonic.parse('{ "Hello": "World" }');

The parser is also extensible, so subclasses can start with the JSON grammar and go from there.

Errors are reported with position information, making this preferable to JSON.parse when user error reporting is important.

Readme

Keywords

Package Sidebar

Install

npm i json-ometajs

Weekly Downloads

591

Version

3.0.2

License

MIT

Last publish

Collaborators

  • aredridel