• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Data/Aeson/Encode/H01-Dec-2011-209109

_cabal_deps/H03-May-2022-118,83777,361

cli-tool/H08-Apr-2018-6152

LICENSEH A D01-Dec-20111.5 KiB3124

README.markdownH A D01-Jul-20161.1 KiB2613

Setup.hsH A D01-Dec-201146 32

aeson-pretty.cabalH A D03-May-20222.3 KiB8170

cabal.projectH A D03-May-2022938 2625

README.markdown

1# Welcome to aeson-pretty
2
3[![Build Status](https://travis-ci.org/informatikr/aeson-pretty.svg?branch=master)](https://travis-ci.org/informatikr/aeson-pretty)
4
5This is a JSON pretty-printing Haskell library compatible with [aeson](http://hackage.haskell.org/package/aeson) as well as a command-line tool to improve readabilty of streams of JSON data.
6
7The **library** provides a single function `encodePretty`. It is a drop-in replacement for aeson's `encode` function, producing JSON-ByteStrings for human readers.
8
9The **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.
10
11
12# Join in!
13
14We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.
15
16Please report bugs via the
17[github issue tracker](http://github.com/informatikr/aeson-pretty/issues).
18
19Master [git repository](http://github.com/informatikr/aeson-pretty):
20
21* `git clone git://github.com/informatikr/aeson-pretty.git`
22
23# Authors
24
25This library is written and maintained by Falko Peters, <falko.peters@gmail.com>.
26