1
0
mirror of https://github.com/jht5945/prettyjson.git synced 2025-12-27 09:10:04 +08:00
2019-07-25 22:36:24 +08:00
2019-07-21 13:45:20 +08:00
2019-07-21 12:22:45 +08:00
2019-07-21 15:42:52 +08:00
2019-07-21 12:37:53 +08:00
2019-07-21 11:28:03 +08:00
2019-07-25 22:36:24 +08:00

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"
}
Description
No description provided
Readme MIT 54 KiB
Languages
Rust 100%