1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/converters/hs-aeson-pretty/pkg-descr
2016-12-02 09:21:58 +00:00

10 lines
518 B
Plaintext

A JSON pretty-printing library compatible with aeson as well as a
command-line tool to improve readabilty of streams of JSON data. The
/library/ provides the function "encodePretty". It is a drop-in
replacement for aeson's "encode" function, producing JSON-ByteStrings
for human readers. The /command-line tool/ 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