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


-- | Fast, light converter of xml to json capable of handling huge xml files
--   
--   Assumes input xml is valid, which allows constant memory usage (&lt;4
--   MB) and faster parsing. For a fully-featured, but memory-bound
--   converter see the xml-to-json package.
--   
--   If not input file is given, reads from stdin (so it can be used in a
--   unix pipe chain).
@package xml-to-json-fast
@version 2.0.0

module Text.XML.JSON.StreamingXmlToJson
xmlStreamToJSON :: String -> [String]
