aeson-decode: Easy functions for converting from Aeson.Value

[ apache, json, library ] [ Propose Tags ]

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.


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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 (<2), base (>=4.7 && <5), containers, data-default, text, unordered-containers, vector [details]
License Apache-2.0
Copyright 2018 Typeclass Consulting, LLC
Author Chris Martin
Maintainer Chris Martin, Julie Moronuki
Revised Revision 1 made by chris_martin at 2023-03-01T18:37:55Z
Category JSON
Home page https://github.com/typeclasses/aeson-decode
Bug tracker https://github.com/typeclasses/aeson-decode/issues
Source repo head: git clone https://github.com/typeclasses/aeson-decode
Uploaded by chris_martin at 2018-05-11T05:36:07Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 866 total (8 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-05-11 [all 1 reports]

Readme for aeson-decode-0.1.0.0

[back to package description]

aeson-decode

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.