XML to JSON Converter

Paste an XML document — an RSS feed, a Web App Manifest, a SOAP envelope, a Spring config, an OpenAPI / Swagger file, a sitemap, or a SAX-ish slice of anything else — and the tool converts it to JSON using a documented mapping: attributes land under @-prefixed keys, repeated siblings become arrays, mixed text + children use a #text key for the text portion, and CDATA merges with parent text. Live, in-browser, no upload.

Conversion options