🔍
Desktop App
☀️
⚙️
JSON to TOML
Convert JSON content to TOML format.
JSON Input
{ "title": "My App", "version": "1.0.0", "debug": false, "port": 8080 }
TOML Output
Copy
title = 'My App' version = '1.0.0' debug = false port = 8080.0