jsonic-ometajs

Parse a JSON dialect with comments

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
jsonic-ometajs
003.0.18 years ago10 years agoMinified + gzip package size for jsonic-ometajs in KB

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');