A simple JSON formatter written in Rust.
For documentation check [the docs.rs page](https://docs.rs/formatjson).
```bash
cargo install formatjson
```
-
$ formatjson example.json
Successfully formatted example.json
-
$ cargo run
{
"foo": "bar"
}