Document Converters
XML to JSON
Convert XML files, API responses, or config files to JSON format.
XML Input
JSON Output
About this tool
XML was the dominant data interchange format before JSON took over for web APIs. It is still common in enterprise systems, RSS/Atom feeds, SOAP web services, SVG graphics, and configuration files. Converting XML to JSON makes data easier to work with in JavaScript and modern APIs. This converter handles attributes (prefixed with @), nested elements, and text content.
Related tools