json-0.4.4: Support for serialising Haskell to and from JSONSource codeContentsIndex
Text.JSON.ReadP
Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@galois.com>
Description
Parse JSON values using the ReadP combinators.
Documentation
p_value :: ReadP JSValueSource
p_null :: ReadP ()Source
p_boolean :: ReadP BoolSource
p_array :: ReadP [JSValue]Source
p_string :: ReadP StringSource
p_object :: ReadP [(String, JSValue)]Source
p_number :: ReadP RationalSource
p_js_string :: ReadP JSStringSource
p_js_object :: ReadP (JSObject JSValue)Source
module Text.ParserCombinators.ReadP
Produced by Haddock version 2.4.2