attoparsec-aeson

Parsing of aeson's Value with attoparsec

https://github.com/haskell/aeson

Version on this page:2.1.0.0
LTS Haskell 22.19:2.1.0.0
Stackage Nightly 2024-04-27:2.2.0.1
Latest on Hackage:2.2.0.1

See all snapshots attoparsec-aeson appears in

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.