BSD-3-Clause licensed by Bryan O'Sullivan
Maintained by Oleg Grenrus
This version can be pinned in stack with:attoparsec-aeson-2.1.0.0@sha256:fa83aba43bfa58490de8f274d19b9d58b6403a207b12cac5f93922102b084c52,1154

Module documentation for 2.1.0.0

There are no documented modules for this package.

Parsing of aeson's Value with attoparsec, originally from aeson.

This version is an empty package with bounds on aeson which has Data.Aeson.Parser module. This way e.g. specifying

build-depends: aeson >= 1.4.1.0 && <2.3, attoparsec-aeson >=2.1.0.0 && <2.3

will have Data.Aeson.Parser available for all aeson versions in range.