Path to this page:
Subject: CVS commit: pkgsrc/converters/hs-aeson-pretty
From: Masatake Daimon
Date: 2020-01-15 07:04:21
Message id: 20200115060421.C2794FBF4@cvs.NetBSD.org
Log Message:
Import aeson-pretty-0.8.8
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.
Files: