json-0.4.4: Support for serialising Haskell to and from JSON
Source code
Contents
Index
Text.JSON.ReadP
Portability
portable
Stability
provisional
Maintainer
Sigbjorn Finne <sof@galois.com>
Description
Parse JSON values using the ReadP combinators.
Documentation
p_value
::
ReadP
JSValue
Source
p_null
::
ReadP
()
Source
p_boolean
::
ReadP
Bool
Source
p_array
::
ReadP
[
JSValue
]
Source
p_string
::
ReadP
String
Source
p_object
::
ReadP
[(
String
,
JSValue
)]
Source
p_number
::
ReadP
Rational
Source
p_js_string
::
ReadP
JSString
Source
p_js_object
::
ReadP
(
JSObject
JSValue
)
Source
module
Text.ParserCombinators.ReadP
Produced by
Haddock
version 2.6.0