// converters
TOML to YAML.
Translate TOML keys, strings, numbers, booleans, and arrays into their YAML equivalents.
Client-sideInline tablesNo upload
TOML input
YAML output
FAQ
Are TOML tables supported?
Yes. Top-level tables (the [section] form) are merged into a single YAML map. Inline tables are converted to nested maps.
What about array of tables?
Each [[section]] becomes a list entry under that key.