Crates.io | xmltojson |
lib.rs | xmltojson |
version | 0.1.3 |
source | src |
created_at | 2021-05-23 16:56:18.853482 |
updated_at | 2023-05-09 17:20:00.830645 |
description | A simple crate for converting XML to JSON |
homepage | https://github.com/rtyler/xmltojson |
repository | https://github.com/rtyler/xmltojson |
max_upload_size | |
id | 401167 |
size | 33,100 |
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