@hackage linnet-aeson0.4.0.1
Aeson JSON support for Linnet
Categories
License
LicenseRef-Apache
Maintainer
whoisliar@gmail.com
Links
Versions
Installation
Dependencies (4)
- aeson >=1.4.4.0
- base >=4.7 && <5
- bytestring >=0.10.8.2
- linnet >=0.4.0.1 Show all…
Dependents (0)
Linnet Aeson
This package adds support of JSON requests & responses in Linnet library using aeson.
Add following import to put orphan instances of Encode and Decode in scope:
import Linnet.Aeson
Each type that has FromJSON and ToJSON instances automatically gets corresponding
instances of Decode ApplicationJson and Encode ApplicationJson.