Copyright | (c) Scrive 2011 |
---|---|
License | BSD-style (see the LICENSE file in the distribution) |
Maintainer | mariusz@scrive.com |
Stability | development |
Portability | portable |
Safe Haskell | None |
Language | Haskell98 |
Data structures that hold JSValue inside. Value can be extracted or replaced, but is always inside.
Documentation
class JSValueContainer a where Source #
getJSValue :: a -> JSValue Source #
setJSValue :: JSValue -> a -> a Source #
Instances
JSValueContainer JSValue Source # | |
Defined in Text.JSON.JSValueContainer | |
JSValueContainer (Seq (String, JSValue)) Source # | |