pub fn from_mx_xml_to_json(xml: &str) -> Result<Value, XmlError>Expand description
Helper function to parse XML to JSON Value (for dataflow plugins) This function parses XML and converts it to a JSON structure
Note: This is a simplified XML parser for plugin use. It converts XML elements to JSON objects preserving the structure.
Used by mx_envelope for fallback parsing and validate plugin for legacy validation.