Home

Awesome

broccoli-strip-json-comments

Strip comments from JSON with strip-json-comments Lets you use comments in your JSON files!

Install

npm install --save-dev broccoli-strip-json-comments

Usage

var stripJsonComments = require('broccoli-strip-json-comments');
tree = stripJsonComments(tree);

License

MIT © Sindre Sorhus