Maintainer | [email protected] |
---|---|
Stability | provisional |
Portability | portable (depends on ghc) |
Safe Haskell | None |
Language | Haskell98 |
Ideas.Encoding.DecoderJSON
Description
Services using JSON notation
Documentation
type JSONDecoder a t = DecoderX a JSON t Source #
jsonDecoder :: TypedDecoder a JSON Source #