often.cloud
source
Theme
← all tools
JSON → TOML
Formatting
Convert JSON to TOML, supporting tables and arrays.
JSON
{ "title": "often.cloud", "database": { "host": "localhost", "ports": [8000, 8001, 8002] } }
TOML
Copy
title = "often.cloud" [database] host = "localhost" ports = [ 8000, 8001, 8002 ]