json-0.3.3: Support for serialising Haskell to and from JSON
Source code
Contents
Index
Text.JSON.Parsec
Portability
portable
Stability
provisional
Maintainer
Don Stewart <dons@galois.com>
Description
Parse JSON values using the Parsec combinators.
Documentation
p_value
::
CharParser
()
JSValue
Source
p_null
::
CharParser
() ()
Source
p_boolean
::
CharParser
()
Bool
Source
p_array
::
CharParser
() [
JSValue
]
Source
p_string
::
CharParser
()
String
Source
p_object
::
CharParser
() [(
String
,
JSValue
)]
Source
p_number
::
CharParser
()
Rational
Source
p_js_string
::
CharParser
()
JSString
Source
p_js_object
::
CharParser
() (
JSObject
JSValue
)
Source
Produced by
Haddock
version 2.1.0