| Safe Haskell | None |
|---|
Text.DeadSimpleJSON.Convert
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, |