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
{ "roadmap": { "quarter": "2024-Q4", "milestones": [ { "id": "m-1", "name": "Accessibility audit", "owner": "Mateo", "status": "on-track", "eta": "2026-04-14" }, { "id": "m-2", "name": "Data contracts rollout", "owner": "John", "status": "blocked", "eta": "2026-04-07" } ] }, "squads": [ { "name": "Harbor", "members": [ "John", "Ravi", "Mateo" ], "velocity": 19 }, { "name": "Delta", "members": [ "John", "Mateo" ], "velocity": 31 }, { "name": "Quill", "members": [ "Elena", "Ravi", "John" ], "velocity": 28 } ], "experiments": [ { "id": "exp-1", "hypothesis": "Guided onboarding lowers drop-off", "metric": "trialToPaid", "result": "pending" }, { "id": "exp-2", "hypothesis": "Feature flags speed safe launches", "metric": "trialToPaid", "result": "inconclusive" } ] }
TOML Output
Copy