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]

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
Change log changelog.md
Dependencies aeson (>=2.0 && <2.2), base (>=4.16 && <4.18), containers (>=0.6.5 && <0.7), data-default-class (>=0.1.2 && <0.2), quaalude (>=0.0 && <0.1), text (>=1.2.5 && <1.3 || >=2.0 && <2.1), unordered-containers (>=0.2.17 && <0.3), vector (>=0.12.3 && <0.13) [details]
License Apache-2.0
Copyright 2018 Mission Valley Software LLC
Author Chris Martin
Maintainer Chris Martin, Julie Moronuki
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 2023-03-01T19:44:31Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 857 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-03-01 [all 1 reports]

Readme for aeson-decode-0.1.0.1

[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.