| Portability | portable (depends on ghc) |
|---|---|
| Stability | provisional |
| Maintainer | bastiaan.heeren@ou.nl |
| Safe Haskell | None |
Ideas.Encoding.DecoderJSON
Description
Services using JSON notation
Documentation
type JSONDecoder a = EncoderState (JSONDecoderState a) JSONSource
data JSONDecoderState a Source
Constructors
| JSONDecoderState | |
jsonDecoder :: Type a t -> JSONDecoder a tSource