hschema-aeson: Describe schemas for your Haskell data types.

[ data, json, lgpl, library, schema ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1.0, 0.0.1.1
Change log ChangeLog.md
Dependencies aeson, base (>=4.7 && <5), comonad (>=5.0 && <5.1), contravariant, free, hschema (>=0.0.1.0 && <0.0.2.0), hschema-prettyprinter (>=0.0.1.0 && <0.0.2.0), hschema-quickcheck (>=0.0.1.0 && <0.0.2.0), lens, mtl, natural-transformation, prettyprinter, prettyprinter-ansi-terminal, QuickCheck, quickcheck-instances, scientific, text, time, unordered-containers, vector [details]
License LGPL-3.0-only
Copyright 2018 Antonio Alonso Dominguez
Author Antonio Alonso Dominguez
Maintainer alonso.domin@gmail.com
Category Data, Schema, JSON
Home page https://github.com/alonsodomin/haskell-schema#readme
Bug tracker https://github.com/alonsodomin/haskell-schema/issues
Source repo head: git clone https://github.com/alonsodomin/haskell-schema
Uploaded by alonsodomin at 2018-11-14T15:01:19Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1215 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-11-14 [all 1 reports]

Readme for hschema-aeson-0.0.1.1

[back to package description]

Haskell Schema Aeson

This a companion package for the hschema package providing JSON encoder and decoders for your data types. Find more information on how to use this in the hschema package.