Expand description
XML to JSON conversion.
Converts XML documents to serde_json::Value preserving the element
hierarchy. Attributes are prefixed with @, text content uses #text.
Functionsยง
- extract_
at_ path - Navigate into a JSON value using a dot-separated path and extract matching records. If the final element is an array, its items are returned individually.
- xml_
to_ json - Convert an XML string to a JSON value.