XML / JSON Converter

Free online XML to JSON and JSON to XML conversion.

<> XML ↔ JSON Converter Interactive Tool
Input

The XML / JSON Converter turns XML documents into readable JSON and back again. Attributes become @name keys, text content becomes #text, and repeated child elements are grouped into arrays, following the familiar xml2js convention. The reverse direction generates clean, indented XML with escaped text and optional attributes.

Conversion is performed locally with a small custom parser - nothing is uploaded, and the tool stays fast even with large documents. Paste an API response or config file and convert with confidence.