| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Codec.JSON.Encoder.Unsafe
Description
Data strucutre internals.
Itself
The encoder type, wrapping a well-formed raw JSON value.
Produce
Object
Key
newtype KeyEncoder Source #
Object pair name encoder type.
Constructors
| KeyEncoder Encoder |
Instances
| Show KeyEncoder Source # | |
Defined in Codec.JSON.Encoder.Internal Methods showsPrec :: Int -> KeyEncoder -> ShowS # show :: KeyEncoder -> String # showList :: [KeyEncoder] -> ShowS # | |