A CLI json beautify program written by node.js.
$ npm install jjson -gUsage: 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)
You're welcome to fork and push requests!