json-ometajs
v3.0.2
Published
A JSON parser using OmetaJS
Downloads
3,852
Readme
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.