@hackage aeson-decode0.1.0.1
Easy functions for converting from Aeson.Value
Categories
License
Apache-2.0
Maintainer
Chris Martin, Julie Moronuki
Links
Versions
Installation
Dependencies (8)
- aeson ^>=2.0 || ^>=2.1
- base ^>=4.16 || ^>=4.17
- containers ^>=0.6.5
- data-default-class ^>=0.1.2
- quaalude ^>=0.0
- text ^>=1.2.5 || ^>=2.0 Show all…
Dependents (1)
@hackage/acme-everything
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.