Convert TOML configuration files to YAML instantly in your browser. Swap to YAML→TOML in one click. Powered by smol-toml and js-yaml. 100% client-side.
The TOML to YAML converter parses TOML using smol-toml and serialises the result to YAML using js-yaml. All TOML 1.0 types are supported, including arrays of tables, datetimes, and inline tables. Both editors stay live — edit TOML and YAML updates instantly, or edit YAML and TOML regenerates. Swap direction with one click.
QAre TOML datetimes preserved in YAML?
TOML datetimes are resolved to JavaScript Date objects by smol-toml and then serialised as ISO 8601 strings by js-yaml, which is the standard YAML timestamp representation.
QIs my data sent to a server?
No. All conversion runs in a Web Worker inside your browser.