Paste your JSON and it is transformed into indented, well-formed XML you can copy straight into configs or SOAP payloads.
Each array item becomes a repeated element with the same tag name, which is the standard XML way to express lists.
A single root element wraps the document so the output is well-formed XML with exactly one top-level node.
Yes — characters like <, > and & are escaped to their XML entities so the result stays valid.