3 releases
0.1.3 | May 9, 2023 |
---|---|
0.1.1 | May 23, 2021 |
0.1.0 | May 23, 2021 |
#28 in #xml-data
663 downloads per month
Used in 10 crates
(8 directly)
23KB
533 lines
A Rust crate implementing Stefan Goessner’s
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
Dependencies
~1.6–2.2MB
~40K SLoC