@hackage aeson-value-parser0.19.7.2
API for parsing "aeson" JSON tree into Haskell types
Installation
Dependencies (12)
- aeson >=2.0.2 && <3
- attoparsec >=0.14 && <0.15
- base >=4.12 && <5
- bytestring >=0.10 && <0.13
- hashable >=1.4 && <2
- megaparsec >=8 && <10 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/belka
A flexible parser DSL of JSON AST produced by the "aeson" library
with automated and highly detailed error reporting.
Provides a featureful toolkit for parsing real-world documents with schemas
of any complexity or ambiguity, which the FromJSON instances
are simply not fit for.