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

https://github.com/rofrol/rust-json-pretty-format


https://github.com/rofrol/rust-json-pretty-format

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

Simple json pretty formatter in Rust.

`cargo run -- file.json`

It will write output to `file.pretty.json`.

## Links

- https://stackoverflow.com/questions/31192956/whats-the-de-facto-way-of-reading-and-writing-files-in-rust-1-x
- https://github.com/serde-rs/json/issues/144#issuecomment-242877324
- https://stackoverflow.com/questions/42722169/generate-pretty-indented-json-with-serde