How to use
Convert JSON into an indented XML document.
Useful for rewriting JSON data as the XML a legacy system or SOAP service expects. Arrays expand into repeated sibling tags and `&`, `<`, `>` are escaped. If a key is not a valid XML tag name the tool says so instead of emitting XML that will not parse.