YAML Validator & Formatter

Find the line where YAML breaks, warn about the traps that change what it means, and reformat it with comments kept.

315 / 500,000 characters

Valid YAML

1 document

Every error names its line and column, and the classic traps come with it: a tab where indentation belongs, a key repeated in one mapping, a value a YAML 1.1 reader reads as a boolean or an octal number, a # that ends a value early, and an alias used before its anchor. Formatting keeps comments, --- markers, anchors and every value as written.

More in the yard