TOML to YAML
Convert TOML configurations into standard YAML structure files in real-time.
Input TOML
Output YAML
Frequently Asked Questions
How does the TOML to YAML converter work?
It parses your input TOML using `@iarna/toml` and prints the output as formatted YAML config syntax using `js-yaml`.
Is my data secure?
Yes, the conversion runs 100% locally.