aeson-pretty-0.5.1: JSON pretty-printing library and command-line tool.

Data.Aeson.Encode.Pretty

Description

Aeson-compatible pretty-printing of JSON Values.

Synopsis

Documentation

encodePretty :: ToJSON a => a -> ByteStringSource

A drop-in replacement for aeson's encode function, producing JSON-ByteStrings for human readers.