6dc2e22e2d
PR: 230186 Reviewed by: mat, tcberner Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D19730
6 lines
295 B
Text
6 lines
295 B
Text
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.
|
|
|
|
WWW: https://github.com/informatikr/aeson-pretty
|