|
Text.JSON.YAJL.Enumerator | Portability | portable | Maintainer | jmillikin@gmail.com |
|
|
|
|
|
Description |
|
|
Synopsis |
|
|
|
Documentation |
|
|
Constructors | EventNull | | EventBoolean Bool | | EventNumber ByteString | | EventText Text | | EventBeginArray | | EventEndArray | | EventBeginObject | | EventAttributeName Text | | EventEndObject | |
| Instances | |
|
|
Parsing
|
|
|
|
|
|
|
|
|
|
Generating
|
|
|
Constructors | GeneratorConfig | | 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.
|
|
|
|
|
|
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.
| Constructors | InvalidAttributeName | | MaximumDepthExceeded | | GeneratorInErrorState | | GenerationComplete | | InvalidNumber | | NoBuffer | | UnknownError Integer | |
| Instances | |
|
|
|
|
|
|
|
|
|
|
Produced by Haddock version 2.6.1 |