JSON โ XML
Convert between JSON and XML.
Processed with Bun
This tool runs on the server. The browser cannot use Bun format APIs.
About JSON and XML
XML uses tags to describe structured data.
If the JSON value is not an object, or the object has more than one top-level key, the tool wraps it under a root element.
Keys that are not valid XML names are written as item elements with a key attribute, for example item key=@nuxt/ui.
The server uses Bun native parsers. No extra format packages are required.