'aeson-qq' provides a JSON quasiquoter for Haskell.
This package exposes the function
aesonQQthat compile-time converts a string representation of a JSON value into aData.Aeson.Value.aesonQQhas the signature>aesonQQ :: QuasiQuoter
Consult the 'README' for documentation: <https://github.com/sol/aeson-qq#readme>.