aeson-combinators

Aeson combinators for dead simple JSON decoding

https://github.com/turboMaCk/aeson-combinators

Version on this page:0.0.1.1
LTS Haskell 22.21:0.1.2.1
Stackage Nightly 2024-05-06:0.1.2.1
Latest on Hackage:0.1.2.1

See all snapshots aeson-combinators appears in

BSD-3-Clause licensed and maintained by Marek Fajkus
This version can be pinned in stack with:aeson-combinators-0.0.1.1@sha256:e779a625ca227cce2d23a6f4d4631190c715dfcaaaf4460251a9ad0928ffede8,2191

Module documentation for 0.0.1.1

This library defines low overhead value space Decoder on top of Aeson's Parser for combinator style decoding.

Changes

Revision history for aeson-combinators

0.0.0.1 – 2020-03-01

  • Fixes and improvements in documentation
  • Add source-repository to cabal file

0.0.1.0 – 2020-02-29

  • First version. Released on an unsuspecting world.