aeson-pretty-0.7: 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 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. 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.6), base (4.*), bytestring (≥0.9), 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 dateWed Nov 28 20:57:52 UTC 2012
Uploaded byFalkoPeters
Built onghc-7.6

Modules

Downloads