Skip to main content
ShrinkJSON
JSON to XML
Home
Tools
Converters
Blog
Toggle theme
Open Navigation
JSON to XML Converter
Convert JSON objects to XML format
JSON Input
Generate Sample
{ "blog": { "posts": [ { "id": "post-1", "title": "Async Flows in Node", "author": "Marcus Lee", "publishedAt": "2025-12-19", "tags": [ "edge", "observability" ], "comments": 27, "likes": 117 }, { "id": "post-2", "title": "JSON Patterns for APIs", "author": "Ethan Malik", "publishedAt": "2026-02-13", "tags": [ "edge", "testing", "performance" ], "comments": 16, "likes": 65 }, { "id": "post-3", "title": "JSON Patterns for APIs", "author": "Nora Kim", "publishedAt": "2026-01-29", "tags": [ "guide", "api", "testing" ], "comments": 6, "likes": 108 } ], "analytics": { "totalViews": 3166, "uniqueVisitors": 542 } }, "users": [ { "id": "user-1", "name": "Liang", "role": "maintainer", "email": "liang@signal.build" }, { "id": "user-2", "name": "John", "role": "contributor", "email": "john@rustic.app" }, { "id": "user-3", "name": "Mateo", "role": "editor", "email": "mateo@northwind.dev" }, { "id": "user-4", "name": "Ravi", "role": "analyst", "email": "ravi@signal.build" } ], "settings": { "theme": "dark", "notifications": false, "language": "es" } }
XML Output
Copy