toolbin_

Convert YAML to TOML online

Convert YAML to TOML directly in your browser, with validation.

🔒 100% client-side — no data sent

Convert a YAML configuration file to TOML directly in your browser. Paste your YAML, instantly get the equivalent TOML, ready to copy. Ideal to migrate a config between the two formats. Nothing is sent to a server.

What is it for?

  • Migrate a YAML config to TOML
  • Convert a docker-compose or CI file to TOML
  • Compare the two config formats
  • Generate a Cargo.toml/pyproject from YAML

FAQ

Are all YAML structures converted?

The YAML must represent an object (key/value pairs), as TOML requires. Scalars, lists and nested objects are supported.

Why an error on my YAML?

Check the indentation (YAML is sensitive to it) and that there are no top-level null values, which TOML cannot represent.

Is my data sent anywhere?

No, the conversion is entirely local in your browser.

Related tools