Safe Haskell | None |
---|---|
Language | Haskell2010 |
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.
ViaJordan | |
|