@hackage xml-to-json1.0.0

Library and command line tool for converting XML files to json

This library converts XMLs to json format, gaining readability while losing information such as comments, attribute ordering, and such. The package also includes an executable to directly invoke the library on files (or urls on non-windows platforms). The main purpose is to convert legacy XML-based data into a format that can be imported into JSON databases such as CouchDB and MongoDB.

See https://github.com/sinelaw/xml-to-json#readme for details and usage.