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": "JSON Patterns for APIs", "author": "Marcus Lee", "publishedAt": "2026-05-23", "tags": [ "observability", "nodejs", "performance" ], "comments": 21, "likes": 64 }, { "id": "post-2", "title": "Testing Contracts with Pact", "author": "Ethan Malik", "publishedAt": "2026-09-02", "tags": [ "guide", "observability" ], "comments": 3, "likes": 17 } ], "analytics": { "totalViews": 1967, "uniqueVisitors": 726 } }, "users": [ { "id": "user-1", "name": "John", "role": "contributor", "email": "john@signal.build" }, { "id": "user-2", "name": "Liang", "role": "maintainer", "email": "liang@northwind.dev" }, { "id": "user-3", "name": "Mateo", "role": "editor", "email": "mateo@rustic.app" } ], "settings": { "theme": "dark", "notifications": true, "language": "es" } }
XML Output
Copy