Copyright | (c) Galois Inc. 2007-2009 |
---|---|
Maintainer | Sigbjorn Finne <sof@galois.com> |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe |
Language | Haskell98 |
Text.JSON.Parsec
Description
Parse JSON values using the Parsec combinators.
Documentation
p_js_string :: CharParser () JSString #
p_js_object :: CharParser () (JSObject JSValue) #