@hackage / aeson-pretty
JSON pretty-printing library and command-line tool.
About
Metadata
- Last updated:
- License: BSD-3-Clause
- Categories: Text Processing, JSON, Web Development
- Maintained by: Martijn Bastiaan <martijn@hmbastiaan.nl>
-
Lottery factor: 4
The number of people with uploader permission on @hackage/aeson-pretty who have released something to @hackage in the last 2 years (i.e. the number of people likely able to release critical fixes in a timely manner)
Links
Installation
Build targets
- JS
- WASM
Uploaders
- Abbie Garcia
Features flags
-
lib-only
(off by default)Only build/install the library, NOT the command-line tool.
Readme
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.