Convert JSON to TOML Tool Online

{ "title": "TOML Example", "owner": { "name": "Tom Preston-Werner", "dob": "1979-05-27T07:32:00.000-08:00" }, "database": { "enabled": true, "ports": [ 8000, 8001, 8002 ], "data": [ [ "delta", "phi" ], [ 3.14 ] ], "temp_targets": { "cpu": 79.5, "case": 72 } }, "servers": { "alpha": { "ip": "10.0.0.1", "role": "frontend" }, "beta": { "ip": "10.0.0.2", "role": "backend" } } }

Use the JSON to TOML converter (json2toml) tool by pasting your JSON content into the left box above.

Click the [Convert] button to initiate the conversion.

The result will automatically appear in the box on the right.