The latest version of aeson-pretty is 0.8.10-0.
aeson-pretty
Version 0.8.9 revision 2 uploaded by martijnbastiaan.
Package meta
- Synopsis
- JSON pretty-printing library and command-line tool.
- Description
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 thiscabal install -flib-only aeson-pretty
the command-line tool will NOT be installed.
- Author
- Falko Peters <falko.peters@gmail.com>
- Bug reports
- http://github.com/informatikr/aeson-pretty/issues
- Category
- Text, Web, JSON, Pretty Printer
- Copyright
- Copyright 2011 Falko Peters
- Homepage
- http://github.com/informatikr/aeson-pretty
- Maintainer
- Martijn Bastiaan <martijn@hmbastiaan.nl>
- Package URL
- n/a
- Stability
- experimental