XML to JSON Converter
Convert XML to JSON with @-prefix attributes and automatic arrays. Compatible with xml2js and xmltodict conventions.
XML to JSON Converter
Convert XML to JSON using the @-prefix convention for attributes (compatible with xml2js and xmltodict). Repeated elements become arrays automatically.
Convention: Attributes are prefixed with @, text content uses #text, comments use #comment.
Arrays: Repeated sibling elements are automatically converted to arrays.
