json-comments icon indicating copy to clipboard operation
json-comments copied to clipboard

comments support for json in node.js

Results 2 json-comments issues
Sort by recently updated
recently updated
newest added

See: https://github.com/strongloop/express/issues/2583 Removed this line and it worked: ``` JSONC = require('json-comments') ``` Resorted to using this module instead: https://github.com/sindresorhus/strip-json-comments

As I use json-comments in my pomelo project by just simply 'require('json-comments');' in the application entrance at the top of app.js, the application is down. Without json-comments my application runs...