Skip to content

A node CLI app to pretty print your json file and save the prettified json.

Notifications You must be signed in to change notification settings

alextanhongpin/json-pprint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A node CLI app to pretty print your json file and save the prettified json.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published