# Extremely fast JSON formatter
`jsonformat` is an extremely fast JSON formatter.
It formats over 20MB of nested JSON in 60ms.
For the library, look at [docs.rs](https://docs.rs/jsonformat)
## Install
You need Rust installed on your system
`cargo install jsonformat-cli`
## Usage
```
USAGE:
jsonformat [OPTIONS] [input]
ARGS:
The input file to format
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-i, --indent Set the indentation used (\s for space, \t for tab)
-o, --output