often.cloud
source
Theme
← all tools
TOML → YAML
Formatting
Parse TOML and re-emit as YAML.
TOML
title = "often.cloud" [database] host = "localhost" ports = [8000, 8001, 8002]
YAML
Copy
title: often.cloud database: host: localhost ports: - 8000 - 8001 - 8002