Overview

CLI tool to read JSON from stdin and pretty-print it to stdout. It does not load the whole JSON document into memory.

Documentation

``` 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 Indentation size in number of spaces [default: 2] ```

Dependencies

Rust

Install

sh cargo install jsonice

Build

sh cargo build

Contribute

All contributions shall be licensed under the Zlib license.