@hackage instant-aeson0.2
Generic Aeson instances through instant-generics
Categories
License
BSD-3-Clause
Maintainer
renzo@carbonara.com.ar
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Dependencies (3)
- aeson >=0.8 && <0.10
- base >=4.8 && <4.9
- instant-generics >=0.4 && <0.6 Show all…
Dependents (1)
@hackage/acme-everything
instant-aeson allows you to generically derive JSON representations (from the
aeson package) for your types using instant-generics, which in particular,
supports deriving generic representations for GADTs.