composable-associations-aeson: Aeson ToJSON/FromJSON implementation for the types of composable-associations

[ bsd3, library, web ] [ Propose Tags ]

This library provides the orphan instances implementation JSON serialization for the types in composiable-associations, as well as any other Aeson-specific implementation details.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1
Dependencies aeson, base (>=4.7 && <5), composable-associations, text, unordered-containers [details]
License BSD-3-Clause
Copyright 2017 Samuel Protas
Author Sam Protas
Maintainer sam.protas@gmail.com
Category Web
Home page https://github.com/SamProtas/composable-associations#readme
Source repo head: git clone https://github.com/SamProtas/composable-associations/tree/master/composable-associations-aeson
Uploaded by smprts at 2021-03-15T04:32:40Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1294 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2021-03-15 [all 1 reports]

Readme for composable-associations-aeson-0.1.0.1

[back to package description]

composable-associations-aeson

Build Status BSD Haskell Hackage

This package re-exports composable-associations and implements serialization/deserialization for JSON (via Aeson).

Documentation available on Hackage.