1.0.0 • Published 11 years ago
json-cleaner v1.0.0
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);1.0.0
11 years ago