Xml Json Converter

Convert XML to JSON and JSON to XML using the browser's DOMParser.

Works Offline
Privacy First
No Login
No API

XML input

Output

About the Xml Json Converter

Parse XML documents into JSON using the native DOMParser, preserving attributes and repeated elements as arrays, or generate well-formed XML from JSON objects.

Examples

Simple XML

<a><b>1</b></a>

Output

{"a":{"b":"1"}}

Related tools

Frequently asked questions

Version 1.0.0 · Updated 2026-08-06 · Runs entirely in your browser