Safe Haskell | None |
---|
Text.DeadSimpleJSON.Types
Description
The basic JSON data types.
Documentation
A JSON value.
Constructors
String String | A JSON String, represented as ordinary Haskell String. |
Number !Integer !Integer | A JSON Number, represented by two |
Object (Map String Value) | A JSON Object, represented as |
Array (Vector Value) | A JSON Array, represented as |
True | True. |
False | False. |
Null | Null (void, unit, |