Skip to main content
ShrinkJSON
JSON to TOML
Home
Tools
Converters
Blog
Toggle theme
Open Navigation
JSON to TOML Converter
Convert JSON objects to TOML format
JSON Input
Generate Sample
{ "blog": { "posts": [ { "id": "post-1", "title": "Edge Deployments in Practice", "author": "Nora Kim", "publishedAt": "2026-06-17", "tags": [ "guide", "testing", "performance" ], "comments": 8, "likes": 46 }, { "id": "post-2", "title": "Caching Without Tears", "author": "Ethan Malik", "publishedAt": "2026-03-07", "tags": [ "performance", "edge" ], "comments": 7, "likes": 64 } ], "analytics": { "totalViews": 3770, "uniqueVisitors": 1188 } }, "users": [ { "id": "user-1", "name": "Liang", "role": "maintainer", "email": "liang@rustic.app" }, { "id": "user-2", "name": "Mateo", "role": "editor", "email": "mateo@signal.build" }, { "id": "user-3", "name": "Elena", "role": "admin", "email": "elena@northwind.dev" } ], "settings": { "theme": "light", "notifications": false, "language": "es" } }
TOML Output
Copy