ToolLineup
4 tools

YAML & TOML

Format, validate and view YAML and TOML configuration files.

About YAML & TOML

YAML and TOML are the two formats configuration files are usually written in, and both are unforgiving in ways that are easy to miss by eye. YAML takes its structure from indentation, so a single misplaced space changes what the document means rather than failing outright, and the validator here reports the line and column of the first problem instead of a generic parse failure. TOML is stricter about types and table headers, and its validator catches the duplicate keys and malformed tables that a quick read will not. Both formatters normalise the things each format lets you write several ways, and the viewers give you a collapsible tree for exploring a long manifest or workflow file. To move a document into or out of these formats, the converters are in Data Converters.

Everything on this page runs directly in your browser — none of your input is uploaded, and every tool keeps working when you are offline.

Browse other categories