J.JSON
node.js 编写的 CLI json 美化程序。
安装
$ npm install jjson -g
用法
Usage: jjson [options]
Options:
-f, --file JSON filename.
-e, --encoding JSON file encoding. [default to utf8]
-i, --indent Number of indent for each line. [default to 2]
-v, --vim-plugin-mode Whether it's in VIM plugin mode. (usually use this
option in vim plugins)
贡献
欢迎您分叉和推送请求!
1