json-pprint-cli
v1.0.3
Published
A CLI tool that pretty prints your json file so that it looks neater. Will automatically indent your file with 2 spaces.
Downloads
1
Readme
JSON Pretty Print
A CLI tool that pretty prints your json file so that it looks neater. Will automatically indent your file with 2 spaces.
Installation
Install globally so that you can invoke it anywhere:
$ npm i -g json-pprint-cli
Usage
$ json-pprint filename.json
You can also save the formatted json.
$ json-pprint -o output.json filename.json