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

[ json, library, mit, text, web ] [ Propose Tags ]

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

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

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
Dependencies aeson (>=0.7 && <1.6), base (>=4.5 && <5), bytestring, dlist, mtl (<2.3), scientific, text, transformers, transformers-compat (>=0.3), unordered-containers, vector, void [details]
License MIT
Author Harry Garrood
Maintainer harry@garrood.me
Revised Revision 3 made by sjakobi at 2022-05-08T01:12:59Z
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 hdgarrood at 2015-04-24T00:07:55Z
Distributions Arch:0.9.1.1, Fedora:0.9.1.1
Reverse Dependencies 12 direct, 13 indirect [details]
Downloads 16925 total (54 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-04-24 [all 1 reports]

Readme for aeson-better-errors-0.6.0.0

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