1.0.3 • Published 8 years ago

json-pprint-cli v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

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