@hackage aeson-pretty0.8.10
JSON pretty-printing library and command-line tool.
Categories
License
BSD-3-Clause
Maintainer
Martijn Bastiaan <martijn@hmbastiaan.nl>
Links
Versions
Installation
Dependencies (9)
- aeson ^>=1.1 || ^>=1.2 || ^>=1.3 || ^>=1.4 || ^>=1.5 || ^>=2.0 || ^>=2.1 || ^>=2.2
- base >=4.5
- base-compat >=0.9
- bytestring >=0.9
- scientific >=0.3
- semigroups >=0.18.2 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
Aeson / GHC support
We support all GHCs supported by the latest Aeson release. This in turn determines which Aeson releases we support.
Authors
This library is written by Falko Peters falko.peters@gmail.com and maintained by Martijn Bastiaan martijn@qbaylogic.com.