xml-to-json-fast: Fast, light converter of xml to json capable of handling huge xml files

[ json, library, mit, program, web, xml ] [ Propose Tags ]

Assumes input xml is valid, which allows constant memory usage (<4 MB) and faster parsing. For a fully-featured, but memory-bound converter see the xml-to-json package.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0, 1.0.1, 2.0.0
Dependencies base (>=4.5.0 && <4.8), directory, process, tagsoup, text, xml-to-json-fast [details]
License MIT
Copyright Copyright Noam Lewis, 2014
Author Noam Lewis
Maintainer jones.noamle@gmail.com
Category Web, XML, JSON
Home page https://github.com/sinelaw/xml-to-json-fast
Bug tracker https://github.com/sinelaw/xml-to-json-fast/issues
Source repo head: git clone https://github.com/sinelaw/xml-to-json-fast.git
Uploaded by NoamLewis at 2014-11-09T19:46:21Z
Distributions LTSHaskell:2.0.0, NixOS:2.0.0, Stackage:2.0.0
Reverse Dependencies 1 direct, 0 indirect [details]
Executables xml-to-json-fast
Downloads 3293 total (22 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for xml-to-json-fast-1.0.0

[back to package description]

xml-to-json-fast

Fast, light converter of xml to json capable of handling huge xml files