json-0.3.3: Support for serialising Haskell to and from JSONSource codeContentsIndex
Text.JSON.Parsec
Portabilityportable
Stabilityprovisional
MaintainerDon Stewart <dons@galois.com>
Description
Parse JSON values using the Parsec combinators.
Documentation
p_value :: CharParser () JSValueSource
p_null :: CharParser () ()Source
p_boolean :: CharParser () BoolSource
p_array :: CharParser () [JSValue]Source
p_string :: CharParser () StringSource
p_object :: CharParser () [(String, JSValue)]Source
p_number :: CharParser () RationalSource
p_js_string :: CharParser () JSStringSource
p_js_object :: CharParser () (JSObject JSValue)Source
Produced by Haddock version 2.1.0