often.cloud
source
Theme
← all tools
TOML → JSON
Formatting
Parse TOML and emit pretty JSON.
TOML
title = "often.cloud" [database] host = "localhost" ports = [8000, 8001, 8002]
JSON
Copy
{ "title": "often.cloud", "database": { "host": "localhost", "ports": [ 8000, 8001, 8002 ] } }