Text.JSON.JSONParse
Description
Parsing JSON object values.
Documentation
class JSONParse j p e | j -> p, j -> e whereSource
Parsing JSON object values.
Methods
Parses a value into either an error or a JSON object.
Instances
| JSONParse JSON ByteString [Char] | |
| JSONParse Value ByteString (Either ([String], String) (ByteString -> Result Value)) | |
| JSONParse Json [Char] ParseError | |
| JSONParse JSValue [Char] ParseError |
Parse a value with an empty source name.