| Crates.io | humjson |
| lib.rs | humjson |
| version | 0.1.0 |
| created_at | 2025-07-28 16:47:16.52111+00 |
| updated_at | 2025-07-28 16:47:16.52111+00 |
| description | JSON formatter that produces concise output |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1771373 |
| size | 9,977 |
JSON formatter that produces concise output
cargo install --git https://github.com/PolyMeilex/humjson.git
cat ./file.json | humjson
{
"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
}