diff options
Diffstat (limited to 'converters/hs-aeson-pretty/pkg-descr')
-rw-r--r-- | converters/hs-aeson-pretty/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/converters/hs-aeson-pretty/pkg-descr b/converters/hs-aeson-pretty/pkg-descr new file mode 100644 index 000000000000..3d1c4c717243 --- /dev/null +++ b/converters/hs-aeson-pretty/pkg-descr @@ -0,0 +1,9 @@ +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. + +WWW: http://github.com/informatikr/aeson-pretty |