XML to JSON
Convert XML documents to JSON format.
XML input
JSON output
Formula / How it works
Parses the XML structure and converts elements to JSON objects. Attributes are prefixed with @. Repeated elements become arrays automatically.
Convert XML documents to JSON format.
Parses the XML structure and converts elements to JSON objects. Attributes are prefixed with @. Repeated elements become arrays automatically.