Package detail

jsonic-ometajs

aredridel4.5kMIT3.0.1

Parse a JSON dialect with comments

comment, json, ometa

readme

jsonic-ometajs

A JSON parser that also accepts C-style comments.

Use

var jsonic = require('jsonic-ometajs');
var val = jsonic.parse('/* Comment */{ "Hello": "World" }\n// Hi');