YAML to TOML Converter
Convert YAML to TOML and TOML back to YAML.
Runs entirely in your browser.
Convert Between YAML and TOML
About YAML to TOML Converter
YAML and TOML solve the same problem in different styles: YAML uses indentation and is happy with deeply nested structures, while TOML uses explicit [table] headers and stays flat and unambiguous. Converting between them is a common step when moving a project between tools that each insist on one.
TOML has no null, so null keys are omitted and reported. TOML also cannot start with an array, and YAML documents that rely on anchors, aliases or multiple documents in one file will not survive the trip - convert those by hand.
Other Format Converters
- JSON to TOML — and back
- JSON to YAML — and back
- XML to JSON — and back
- JSON to CSV — and back
- JSON Formatter — beautify, minify and validate