| Portability | portable |
|---|---|
| Stability | provisional |
| Maintainer | Sigbjorn Finne <sof@galois.com> |
| Safe Haskell | Safe-Inferred |
Text.JSON.Parsec
Description
Parse JSON values using the Parsec combinators.
Documentation
p_js_string :: CharParser () JSStringSource
p_js_object :: CharParser () (JSObject JSValue)Source