aeson-value-parser

API for parsing "aeson" JSON tree into Haskell types

https://github.com/sannsyn/aeson-value-parser

LTS Haskell 23.27:0.19.7.2
Stackage Nightly 2025-07-12:0.19.7.2
Latest on Hackage:0.19.7.2

See all snapshotsaeson-value-parser appears in

MIT licensed and maintainedbyNikita Volkov
This version can be pinned in stack with:aeson-value-parser-0.19.7.2@sha256:4b5866087772b593cdf6c4e61e76271c38cca0721ae91ccbfa54477848a16e27,2236

Module documentation for 0.19.7.2

A flexible parser DSL of JSON AST produced by the "aeson" librarywith automated and highly detailed error reporting.Provides a featureful toolkit for parsing real-world documents with schemasof any complexity or ambiguity, which theFromJSON instancesare simply not fit for.