xmltojson/README.adoc

370 B
Raw Permalink Blame History

<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>