text-json-qq

Json Quasiquatation for Haskell.

http://github.com/finnsson/text-json-qq

Latest on Hackage:0.4.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-OtherLicense licensed by Oscar Finnsson
Maintained by [email protected]

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.