JSON to XML

Create well-formed XML from JSON with configurable naming.

How it works

The converter maps objects to nested elements, arrays to repeated elements and primitives to text nodes with proper XML escaping.

Example