Pretty-print JSON files including colors and automatically piping through a pager.
Pretty-print a JSON file:
ppjson file.json
Pretty-print JSON output from another program:
cat file.json | ppjson
cargo install ppjson
Licensed under either of
LICENSE-APACHE
or http://www.apache.org/licenses/LICENSE-2.0)LICENSE-MIT
or http://opensource.org/licenses/MIT)at your option.