aeson-decode

Easy functions for converting from Aeson.Value

https://github.com/typeclasses/aeson-decode

Latest on Hackage:0.1.0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

Apache-2.0 licensed by Chris Martin
Maintained by Chris Martin, Julie Moronuki

A small and simple library for interpreting JSON after it has been parsed by aeson into the Value type.

Decoding failures do not come with any error messages; results are all Maybe.