jsonice 0.1.0

Streaming JSON pretty printer
jsonice-0.1.0 is not a library.

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

Dependencies

Rust

Install

cargo install jsonice

Build

cargo build

Contribute

All contributions shall be licensed under the Zlib license.