blob: 633d6e21a7bf18d9664c9e302e12eea43710f669 (
plain) (
blame)
1
2
3
4
|
A JSON pretty-printing command-line tool to improve readabilty of
streams of JSON data. It reads JSON from stdin and writes prettified JSON
to stdout. It also offers a complementary "compact"-mode, essentially
the opposite of pretty-printing.
|