CLI tool to read JSON from stdin and pretty-print it to stdout. It does not load the whole JSON document into memory.
``` Pretty-prints JSON without requiring to load it all in memory
USAGE: jsonice [OPTIONS]
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
--indent-size
sh
cargo install jsonice
sh
cargo build
All contributions shall be licensed under the Zlib license.