json-cleaner
v1.0.0
Published
Clean comments from json (any kind of comment)
Downloads
16
Readme
JSON Cleaner
Quick comment cleaner for Node.JS!
Installation
$ npm install json-cleanerDescription
v1.0.0
Working with comments with // and /* */ (and variations).
Quick Usage
sample.js
var jsonCleaner = require('json-cleaner');
var someJson = jsonCleaner.clean(someJson);