# Extremely fast JSON formatter
`jsonformat` is an extremely fast JSON formatter.
It formats over 20MB of nested JSON in 60ms.
## Library crate
For the library crate, look at [docs.rs](https://docs.rs/jsonformat)
## Binary Install
You need Rust installed on your system
`cargo install jsonformat-cli`
## Binary Usage
```
jsonformat-cli 0.2.0
Formats JSON extremely fast
USAGE:
jsonformat [OPTIONS] [INPUT]
ARGS:
The input file
OPTIONS:
-h, --help Print help information
-i, --indentation The indentation, s will replaced by a space and t by a tab.
ss is the default
-o, --output