Convert XML markup into clean JSON format. Handles attributes, namespaces, and nested elements.
JSON output will appear here...Enter your XML document in the input panel.
XML is parsed and converted to JSON structure.
Copy the formatted JSON output.
Attributes are converted to JSON properties with a configurable prefix.
Yes, XML namespaces are preserved in the JSON output.
CDATA sections are converted to string values.