| Safe Haskell | None |
|---|---|
| Language | Haskell98 |
Descriptive.JSON
Contents
Description
A JSON API which describes itself.
Combinators
Arguments
| :: Text | Description of what the object is. |
| -> Consumer Object Doc a | An object consumer. |
| -> Consumer Value Doc a |
Consume an object.
Arguments
| :: Text | The key to lookup. |
| -> Consumer Value Doc a | A value consumer of the object at the key. |
| -> Consumer Object Doc a |
Consume from object at the given key.
Consume a string.
Consume an integer.