How to Convert XML to JSON
XML to JSON
When to Convert XML to JSON
Parse XML API responses and config files into JSON for modern web applications and scripting.
Frequently asked questions
How are XML attributes handled?
Attributes are preserved with an @_ prefix on the attribute name in the JSON output.