Paste
The input format is detected; override it if needed.
Developer
Configs for training, deployment and CI come in three syntaxes. Paste one, get the other two, with parse errors located precisely. Anchors and multi-document YAML are handled; TOML tables and arrays of tables round-trip; JSON output keeps key order.
Loading the tool…
The input format is detected; override it if needed.
Indentation mistakes, tab characters, unquoted colons and duplicate keys are reported with line numbers.
Any of the three, with indent and quoting options for YAML.
yes, no, on, off become booleans in YAML 1.1 parsers; version strings like 1.10 become numbers. The converter quotes such values on output and warns on input.
Dates and times are native types in TOML; they are written as ISO strings in JSON and YAML.
YAML files with --- separators convert to a JSON array; the reverse writes separators.
YAML 1.2 by default, which is what modern tools use; the 1.1 boolean quirk is only flagged, not applied.
Convert to JSON and use the JSON Schema tool.
Yes; they are plain YAML.