Text.JSON.ReadP
Description
Parse JSON values using the ReadP combinators.
p_value :: ReadP JSValue Source #
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 #
p_js_string :: ReadP JSString Source #
p_js_object :: ReadP (JSObject JSValue) Source #