| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
HaskellWorks.Data.Json.FromValue
Documentation
class FromJsonValue a where Source #
Minimal complete definition
Methods
fromJsonValue :: JsonValue -> Either DecodeError a Source #
Instances
| FromJsonValue Bool Source # | |
| FromJsonValue Double Source # | |
| FromJsonValue Int Source # | |
| FromJsonValue String Source # | |
| FromJsonValue JsonValue Source # | |
| FromJsonValue a => FromJsonValue [a] Source # | |
| (FromJsonValue a, FromJsonValue b) => FromJsonValue (a, b) Source # | |
| (FromJsonValue a, FromJsonValue b, FromJsonValue c) => FromJsonValue (a, b, c) Source # | |
| (FromJsonValue a, FromJsonValue b, FromJsonValue c, FromJsonValue d) => FromJsonValue (a, b, c, d) Source # | |