Registry / serialization / quickxml-to-serde

quickxml-to-serde

JSON →
library0.6.0rscratesunverified

Convert between XML and JSON using quickxml and serde.

# Cargo.toml [dependencies] quickxml_to_serde = "0.6.0"
INSTALL
IMPORT
SIG · QUICKXML-TO-SERDE
Q
quickxml-to-serde
serializationrustv0.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

xml_to_json
use quickxml_to_serde::xml_to_json;

Converts an XML string to a JSON string.

use quickxml_to_serde::xml_to_json; fn main() { let xml = "<root><item>value</item></root>"; let json = xml_to_json(xml).unwrap(); println!("{}", json); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources