Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Strip comments from JSON. Lets you use comments in your JSON files!

License

Notifications You must be signed in to change notification settings

sindresorhus/broccoli-strip-json-comments

Repository files navigation

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