{"name":"xml_json_convert","title":"XML <-> JSON Converter","category":"developer","description":"Convert XML to a canonical JSON tag/attrib/text/children object, or that shape back to XML. Rejects DOCTYPE/ENTITY declarations (XXE guard).","price_usd":0.001,"input_schema":{"type":"object","properties":{"direction":{"type":"string","description":"xml_to_json | json_to_xml","enum":["xml_to_json","json_to_xml"]},"xml":{"type":"string","description":"XML text (direction=xml_to_json)"},"data":{"type":"object","description":"{tag, attrib, text, children} object (direction=json_to_xml)"}},"additionalProperties":false,"required":["direction"]}}