// converters
YAML to TOML.
Translate a YAML map (flat or with arrays) into TOML keys with safe string quoting.
Client-sideSafe quotingNo upload
YAML input
TOML output
FAQ
What does TOML output require?
A YAML map at the top level. Scalars, booleans, numbers, strings, and arrays-of-scalars are supported.
Are nested objects supported?
Not yet — flat maps are the current scope. Use the YAML editor for nested config.