包详细信息

json-ometajs

aredridel4.5kMIT3.0.2

A JSON parser using OmetaJS

json, ometajs

自述文件

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.