An open API service indexing awesome lists of open source software.

https://github.com/mikmuellerdev/jsonfmt-rs

A simple and boring JSON formatter written in Rust
https://github.com/mikmuellerdev/jsonfmt-rs

Last synced: 10 months ago
JSON representation

A simple and boring JSON formatter written in Rust

Awesome Lists containing this project

README

          

# jsonfmt-rs
A simple and boring JSON formatter written in Rust

## Usage
Just supply the file to be formatted as the first argument and have it be fomatted.

```bash
jsonfmt foo.json
```