JSONKittJSONKitt

Converters

JSON to XML

Turn JSON documents into XML with escaped text nodes.

Drop a .json or .txt file on the editors. Max 5 MB. UTF-8. Ctrl/Cmd+Enter formats, Ctrl/Cmd+K clears, Ctrl/Cmd+S downloads.

Input
Output

About JSON to XML

Turn JSON documents into XML with escaped text nodes.

Frequently asked questions

How is JSON converted to XML?
Keys become element names and string content is escaped. Use it for quick interop, then validate XML if a schema is required.

Related JSON tools