https://github.com/polymeilex/humjson
JSON formatter that produces concise output
https://github.com/polymeilex/humjson
Last synced: about 1 year ago
JSON representation
JSON formatter that produces concise output
- Host: GitHub
- URL: https://github.com/polymeilex/humjson
- Owner: PolyMeilex
- Created: 2025-04-20T19:51:55.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-20T19:57:05.000Z (about 1 year ago)
- Last Synced: 2025-05-07T20:17:21.320Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# humjson
JSON formatter that produces concise output
```sh
cargo install --git https://github.com/PolyMeilex/humjson.git
cat ./file.json | humjson
```
```json
{
"obj": {
"a": 108,
"b": "Abc",
"c": 1745016558630455965,
"d": { "e": 0, "f": "Cba" }
},
"g": [49, 50, 55, 46, 48, 46, 48, 46, 49, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"h": 10001,
"i": [49, 50, 55, 46, 48, 46, 48, 46, 49, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
"j": 10003
}
```