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