aeson-pretty-0.4.0: JSON pretty-printing library and command-line tool.

The aeson-pretty package

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 a single 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. If you specify -flib-only like this

 cabal install -flib-only aeson-pretty

the command-line tool will NOT be installed.

Properties

Versions0.1, 0.2, 0.2.1, 0.3, 0.3.1, 0.4.0, 0.5.0, 0.5.1, 0.5.2, 0.6, 0.6.1, 0.6.2, 0.6.3, 0.7
Dependenciesaeson (0.4.0.*), attoparsec (0.10.*), base (4.*), blaze-builder (0.3.*), bytestring (0.9.*), containers, text (0.11.*), unordered-containers (≥0.1.3.0), vector (0.9)
LicenseBSD3
CopyrightCopyright 2011 Falko Peters
AuthorFalko Peters <falko.peters@gmail.com>
MaintainerFalko Peters <falko.peters@gmail.com>
Stabilityexperimental
CategoryText, Web, JSON, Pretty Printer
Home pagehttp://github.com/informatikr/aeson-pretty
Bug trackerhttp://github.com/informatikr/aeson-pretty/issues
Source repositorygit clone http://github.com/informatikr/aeson-pretty
Executablesaeson-pretty
Upload dateThu Dec 1 09:31:09 UTC 2011
Uploaded byFalkoPeters
Built onghc-7.2

Modules

Downloads