freebsd-ports/converters/hs-aeson-pretty/pkg-descr
Gleb Popov 6dc2e22e2d Introduce USES=cabal and use it to build Haskell applications.
PR:		230186
Reviewed by:	mat, tcberner
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D19730
2019-05-09 14:39:30 +00:00

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