Description
Aeson JSON support for Linnet.
Description
Please see the documentation at http://linnet.io
README.md
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.