pub fn xml_to_json(xml: &str) -> Result<Value, Error>
Expand description

Convert an XML string to a JSON value.