| ||||||||
| ||||||||
| 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 | ||||||||
| p_js_string :: ReadP JSString | ||||||||
| p_js_object :: ReadP (JSObject JSValue) | ||||||||
| Produced by Haddock version 2.1.0 |