打赏

json去注释

json没有注释!!!

json去注释

1.安装strip-json-comment

$ npm install --global strip-json-comments-cli

2.使用说明

Usage
$ strip-json-comments --help

  Usage
    $ strip-json-comments <input-file> > <output-file>
    $ strip-json-comments < <input-string>

  Options
    --no-whitespace  Remove comments instead of replacing them with whitespace

  Example
    $ strip-json-comments input.json > output.json

3.使用示例

strip-json-comments input.json > output.json

推荐工具JSONedit

(1.)工具下载

http://tomeko.net/software/JSONedit/
https://soft.3dmgame.com/down/203218.html

(2.)进行格式化

相关链接

https://github.com/sindresorhus/strip-json-comments-cli
https://github.com/sindresorhus/strip-json-comments

posted @ 2020-05-13 10:34  苍山落暮  阅读(1047)  评论(0)    收藏  举报