| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Jordan.Servant.Response
Description
Helpers for rendering responses via Jordan.
Synopsis
- newtype ViaJordan a = ViaJordan {
- getViaJordan :: a
Documentation
Wrapper to perform JSON serialization via Jordan.
Types used with this wrapper should have isomorphic ToJSON and FromJSON instances.
A utility is provided to check this.
Constructors
| ViaJordan | |
Fields
| |