Go to file
R Tyler Croy 0c3ac34986 Clean up the README and convert to markdown for publishing to crates.io 2021-05-23 10:05:24 -07:00
contrib Add the upstream implementation which I've ported from JavaScript 2020-10-01 10:08:21 -07:00
src Cleanup clippy lints and formatting 2021-05-23 09:51:39 -07:00
.gitignore Clean up the README and convert to markdown for publishing to crates.io 2021-05-23 10:05:24 -07:00
Cargo.toml Clean up the README and convert to markdown for publishing to crates.io 2021-05-23 10:05:24 -07:00
LICENSE.txt Start exploring a quick-xml based implementation of xml2json 2020-10-01 09:10:02 -07:00
Makefile Clean up the README and convert to markdown for publishing to crates.io 2021-05-23 10:05:24 -07:00
README.adoc Clean up the README and convert to markdown for publishing to crates.io 2021-05-23 10:05:24 -07:00

README.adoc

<html lang="en"> <head> </head>

xml-to-json

A Rust crate implementing Stefan Goessners xml2json design. This can be very useful for turning XML data into JSON for processing in JSON data stores or engines such as Elasticsearch or PostgreSQL (JSON/JSONB).

See the tests in src/lib.rs for examples of how XML gets converted to JSON structures

</html>