XML to JSON

Parse XML into a predictable JSON structure in your browser.

How it works

The converter builds a tree from XML elements, preserves attributes and text content, and groups repeated element names into arrays.

Example