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 |
Text.JSON.JSValueContainer
Description
Data structures that hold JSValue inside. Value can be extracted or replaced, but is always inside.
Documentation
class JSValueContainer a where Source #
Instances
JSValueContainer JSValue Source # | |
Defined in Text.JSON.JSValueContainer | |
JSValueContainer (Seq (String, JSValue)) Source # | |