aeson-better-errors: Better error messages when decoding JSON values.

[ json, library, mit, text, web ] [ Propose Tags ] [ Report a vulnerability ]

A small package which gives you the tools to build parsers to decode JSON values, and gives good error messages when parsing fails. See also http://harry.garrood.me/blog/aeson-better-errors/.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.3.0.0, 0.4.0.0, 0.4.0.1, 0.5.0.0, 0.6.0.0, 0.7.0.0, 0.8.0, 0.9.0, 0.9.0.1, 0.9.1.0, 0.9.1.1, 0.9.1.2, 0.9.1.3
Change log CHANGELOG.md
Dependencies aeson (>=0.7 && <1.6 || >=2.0 && <2.3), base (>=4.5 && <5), bytestring (>=0.11), dlist (>=1.0), mtl (>=2.2), scientific (>=0.3), text (>=2.0), transformers (>=0.5), transformers-compat (>=0.4), unordered-containers (>=0.2), vector (>=0.13), void (>=0.7) [details]
License MIT
Author Harry Garrood
Maintainer harry@garrood.me
Category Text, Web, JSON
Home page https://github.com/hdgarrood/aeson-better-errors
Source repo head: git clone https://github.com/hdgarrood/aeson-better-errors
Uploaded by PureFunctor at 2025-04-09T14:20:23Z
Distributions Arch:0.9.1.1, Fedora:0.9.1.1, NixOS:0.9.1.1, Stackage:0.9.1.3
Reverse Dependencies 12 direct, 13 indirect [details]
Downloads 17732 total (28 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for aeson-better-errors-0.9.1.3

[back to package description]

aeson-better-errors

A small package which gives you tools to build parsers to decode JSON values, and gives good error messages when parsing fails.