@hackage aeson-pretty0.3
JSON pretty-printing library and command-line tool.
Categories
License
BSD-3-Clause
Maintainer
Falko Peters <falko.peters@gmail.com>
Links
Versions
Installation
Dependencies (8)
- aeson >=0.3.2 && <0.3.3
- attoparsec >=0.8.6.1
- base >=4 && <5
- blaze-builder >=0.2.1.4
- bytestring >=0.9 && <0.10
- containers Show all…
Dependents (282)
@hackage/grafana, @hackage/aip, @hackage/microformats2-parser, @hackage/craft, @hackage/hermes, @hackage/oasis-xrd, Show all…
Package Flags
lib-only
(off by default)
Only build/install the library, NOT the command-line tool.
Welcome to aeson-pretty
This is a JSON pretty-printing Haskell 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.
Join in!
We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.
Please report bugs via the github issue tracker.
Master git repository:
git clone git://github.com/informatikr/aeson-pretty.git
Authors
This library is written and maintained by Falko Peters, falko.peters@gmail.com.