@hackage text-json-qq0.4.1

Json Quasiquatation for Haskell.

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.