json-0.4.4: Support for serialising Haskell to and from JSON

Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@galois.com>

Text.JSON.ReadP

Description

Parse JSON values using the ReadP combinators.

Documentation

p_value :: ReadP JSValue

p_null :: ReadP ()

p_boolean :: ReadP Bool

p_array :: ReadP [JSValue]

p_string :: ReadP String

p_object :: ReadP [(String, JSValue)]

p_number :: ReadP Rational