@hackage aeson-qq0.8.4
JSON quasiquoter for Haskell
Installation
Dependencies (10)
- aeson >=0.6
- attoparsec
- base >=4.5 && <5
- base-compat
- haskell-src-meta >=0.1.0
- parsec Show all…
Dependents (53)
@hackage/wrecker, @hackage/microformats2-parser, @hackage/hspec-wai, @hackage/hpack-convert, @hackage/aeson-gadt-th, @hackage/hpack, Show all…
aeson-qq provides a JSON quasiquoter for Haskell.
This package exposes the function aesonQQ that compile-time
converts a string representation of a JSON value into a
Data.Aeson.Value. aesonQQ has the signature
aesonQQ :: QuasiQuoter
Consult the README for documentation:
https://github.com/sol/aeson-qq#readme