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
- Host: GitHub
- URL: https://github.com/mikmuellerdev/jsonfmt-rs
- Owner: MikMuellerDev
- License: gpl-2.0
- Created: 2022-09-21T15:08:01.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-21T15:11:07.000Z (almost 4 years ago)
- Last Synced: 2025-09-02T13:06:24.079Z (10 months ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```