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

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 #