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

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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]

Properties

Versions 0.1.0.0, 0.1.0.1, 0.2.0.0, 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
Change log None available
Dependencies aeson (>=0.6.1.0), base (>=4 && <5), bytestring, dlist, mtl, scientific, text, transformers, unordered-containers, vector [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 hdgarrood at 2015-04-17T03:08:59Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for aeson-better-errors-0.2.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.