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": "Nora Kim", "publishedAt": "2026-05-04", "tags": [ "observability", "guide" ], "comments": 26, "likes": 137 }, { "id": "post-2", "title": "Caching Without Tears", "author": "Sofia Petrov", "publishedAt": "2026-05-27", "tags": [ "guide", "testing", "nodejs" ], "comments": 14, "likes": 87 }, { "id": "post-3", "title": "Edge Deployments in Practice", "author": "Nora Kim", "publishedAt": "2026-06-25", "tags": [ "typescript", "observability", "testing" ], "comments": 22, "likes": 83 } ], "analytics": { "totalViews": 3667, "uniqueVisitors": 3130 } }, "users": [ { "id": "user-1", "name": "Ravi", "role": "analyst", "email": "ravi@signal.build" }, { "id": "user-2", "name": "Elena", "role": "admin", "email": "elena@rustic.app" }, { "id": "user-3", "name": "Mateo", "role": "editor", "email": "mateo@signal.build" }, { "id": "user-4", "name": "John", "role": "contributor", "email": "john@rustic.app" } ], "settings": { "theme": "dark", "notifications": false, "language": "es" } }
XML Output
Copy