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