A tool for formatting JSON.
$ cargo install --path .
... (omit) ...
Installing /home/yourname/.cargo/bin/jsonfmt
Installed package `jsonfmt v1.0.0 (/path/to/json-formatter)` (executable `jsonfmt`)
$ jsonfmt --help
USAGE:
jsonfmt [FLAGS] [json_file]
FLAGS:
-h, --help Prints help information
-i, --in-place overwrite <json_file> if specified
-V, --version Prints version information
ARGS:
<json_file>
$ cargo uninstall