https://github.com/vorner/jsonpp
A json pretty printer
https://github.com/vorner/jsonpp
Last synced: 11 months ago
JSON representation
A json pretty printer
- Host: GitHub
- URL: https://github.com/vorner/jsonpp
- Owner: vorner
- License: apache-2.0
- Created: 2018-05-03T09:30:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T15:53:48.000Z (about 8 years ago)
- Last Synced: 2025-07-25T11:43:10.101Z (12 months ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# JSON PP
A pretty printer for json.
It reads lines from standard input (one JSON per line) and outputs them
pretty-printed for better human readability.