3.0.2 • Published 10 years ago

json-ometajs v3.0.2

Weekly downloads
617
License
MIT
Repository
github
Last release
10 years ago

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.

3.0.2

10 years ago

3.0.1

10 years ago

3.0.0

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.0

11 years ago

0.1.0

11 years ago

0.0.1

12 years ago