yajl-enumerator-0.2.0.2: Enumerator-based interface to YAJL, an event-based JSON implementation

Portabilityportable
Maintainerjmillikin@gmail.com

Text.JSON.YAJL.Enumerator

Contents

Description

 

Synopsis

Documentation

Parsing

Generating

data GeneratorConfig

Constructors

GeneratorConfig 

Fields

generatorBeautify :: Bool

Whether to generate indented, whitespaced output.

generatorIndent :: Text

How much to indent beautified output by. This is only used if generatorBeautify is True.

data GeneratorError

If an error is encountered when generating data, a GeneratorError will be thrown.

With the exception of MaximumDepthExceeded, this is usually due to incorrect use of the library.