# Extremely fast JSON formatter
`jsonformat` is an extremely fast JSON formatter.
It formats over 60MB of nested JSON in under 0.4s.
## Install
Currently, you have to build and install it yourself.
`cargo build --release`
The executable can then be found in `target/release/jsonformat`
## 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