The XML to JSON converter parses XML documents and converts them to JSON format using the browser's native DOM parser. Attributes are converted to @-prefixed properties, text nodes to #text properties, and nested elements to nested objects or arrays.

JSON output will appear here...