Convert XML to JSON and JSON to XML online. Preserves attributes, text content, and nested structure with configurable options.
XML attributes are converted to JSON properties prefixed with '@'. Text content uses '#text' as the key.
Yes, switch to JSON → XML mode to convert JSON objects back into well-formed XML with proper indentation.
Namespaces are preserved as-is in the attribute names. The converter handles them as regular attributes.