humjson

Crates.iohumjson
lib.rshumjson
version0.1.0
created_at2025-07-28 16:47:16.52111+00
updated_at2025-07-28 16:47:16.52111+00
descriptionJSON formatter that produces concise output
homepage
repository
max_upload_size
id1771373
size9,977
Bartłomiej Maryńczak (PolyMeilex)

documentation

README

humjson

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
}
Commit count: 0

cargo fmt