Skip to content

jht5945/prettyjson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prettyjson

prettyjson - command line JSON format tool.

Install

cargo install --git https://github.com/jht5945/prettyjson

Usage

$ prettyjson --help
Usage:
  prettyjson [OPTIONS] [FILE]

prettyjson - command line JSON pretty tool.

Positional arguments:
  FILE                  FILE

Optional arguments:
  -h,--help             Show this help message and exit
  -w,--tab-width TAB_WIDTH
                        Tab width, default 4
  -v,--version          Print version
$ echo '{"k": "value"}' | prettyjson
{
    "k": "value"
}

About

prettyjson - command line JSON format tool.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages