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


-- | Embed an Attoparsec text parser into an Aeson parser
--   
--   Embed an Attoparsec text parser into an Aeson parser
@package aeson-attoparsec
@version 0.0.0

module Data.Aeson.Attoparsec
attoAeson :: Parser a -> Value -> Parser a
