jsonic-ometajs
v3.0.1
Published
Parse a JSON dialect with comments
Downloads
3,119
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');