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

Portabilityportable
Stabilityprovisional
MaintainerSigbjorn Finne <sof@galois.com>
Safe HaskellSafe-Inferred

Text.JSON.Parsec

Description

Parse JSON values using the Parsec combinators.

Documentation

p_string :: CharParser () String

p_object :: CharParser () [(String, JSValue)]

p_number :: CharParser () Rational