Pretty-print JSON files including colors and automatically piping through a pager. ## Usage Pretty-print a JSON file: ppjson file.json Pretty-print JSON output from another program: cat file.json | ppjson ## Installation cargo install ppjson ## License Licensed under either of * Apache License, Version 2.0 ([`LICENSE-APACHE`](./LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) * MIT license ([`LICENSE-MIT`](./LICENSE-MIT) or http://opensource.org/licenses/MIT) at your option.