Loading tool…
Moving between TOML and YAML config formats is common when switching tools or ecosystems. This converter handles it entirely in your browser — no data is uploaded or transmitted.
The converter parses the TOML input into an intermediate object, then serializes that object to YAML using js-yaml. TOML tables map to YAML mappings, and TOML arrays of tables map to YAML sequences of mappings.