Description
Json Quasiquatation for Haskell.
Description
text-json-qq
provides json quasiquatation for Haskell.
This package expose the function jsonQQ
that compile time converts json code into a Text.JSON.JSValue
. jsonQQ
got the signature
jsonQQ :: QuasiQuoter.
Consult documentation in the module Text.JSON.QQ
.