one fable-low hijack cell
pair toml / yaml
envelope en_bare_or
ordering BA
effort low
Bare English 'or' — '{X} or {Y}'
verdictpicked yaml (second-offered)
· classifierB
· tiernone
response (200 chars)
# TOML vs YAML
**Quick answer:** TOML for config files, YAML for complex/nested data or when the ecosystem demands it (Kubernetes, CI pipelines).
## TOML ✅
```toml
[database]
host = "localhost"
port
neighbors