instant-aeson: Generic Aeson instances through instant-generics

[ bsd3, generics, library ] [ Propose Tags ]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.0.1, 0.2
Change log CHANGELOG.md
Dependencies aeson (>=0.8 && <0.10), base (>=4.8 && <4.9), instant-generics (>=0.4 && <0.6) [details]
License BSD-3-Clause
Copyright Renzo Carbonara 2015
Author Renzo Carbonara
Maintainer renzo@carbonara.com.ar
Category Generics
Home page https://github.com/k0001/instant-aeson
Bug tracker https://github.com/k0001/instant-aeson/issues
Uploaded by RenzoCarbonara at 2015-08-09T22:34:28Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1947 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-09-29 [all 3 reports]

Readme for instant-aeson-0.2

[back to package description]

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.