-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/


-- | JSON quasiquoter for Haskell
--   
--   <tt>aeson-qq</tt> provides a JSON quasiquoter for Haskell.
--   
--   This package exposes the function <a>aesonQQ</a> that compile-time
--   converts a string representation of a JSON value into a
--   <a>Data.Aeson.Value</a>. <a>aesonQQ</a> has the signature
--   
--   <pre>
--   aesonQQ :: QuasiQuoter
--   </pre>
--   
--   Consult the <tt>README</tt> for documentation:
--   <a>https://github.com/sol/aeson-qq#readme</a>
@package aeson-qq
@version 0.8.4


-- | Have a look at the <a>README</a> for documentation.
module Data.Aeson.QQ
aesonQQ :: QuasiQuoter
