xml_to_json_via_document

Function xml_to_json_via_document 

Source
pub fn xml_to_json_via_document(
    xml: &str,
    message_type: &str,
) -> Result<Value, XmlError>
Expand description

Parse XML to JSON using typed ISO20022 document structures This is the correct way to parse XML that preserves arrays and complex structures Used by parse plugin for Document-only XML parsing