json-0.10: Support for serialising Haskell to and from JSON
Safe HaskellSafe
LanguageHaskell98

Text.JSON.ReadP

Description

Parse JSON values using the ReadP combinators.

Documentation

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 #