xml_xml_to_dict
Convert XML documents to Python dictionaries for easier data processing. This tool parses XML strings into structured JSON format with attributes and text content properly organized.
Instructions
[xml] Convert an XML document to a nested Python dict (returned as JSON). Attributes use @ prefix, text content uses #text when mixed with children. Repeated tags become lists.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml_string | Yes |