Convert YAML Online
YAML - YAML Ain't Markup Language
Format introduction:
YAML (a recursive acronym for "YAML Ain't Markup Language") is a human-readable data-serialization language. It is commonly used for configuration files and in applications where data is being stored or transmitted. YAML targets many of the same communications applications as Extensible Markup Language (XML) but has a minimal syntax which intentionally differs from SGML.
Technical details:
YAML uses both Python-style indentation to indicate nesting, and a more compact format that uses [...] for lists and {...} for maps making YAML 1.2 a superset of JSON. Custom data types are allowed, but YAML natively encodes scalars (such as strings, integers, and floats), lists, and associative arrays (also known as maps, dictionaries or hashes).
File extension | .yaml, .yml |
MIME | Not registered |
Developed by | yaml.org |
Type of format | Data interchange |
Associated programs | Python, Emacs |
Sample file | sample.yaml |
Wikipedia | YAML on Wikipedia |
The list shows what formats can convert to YAML and what formats can be converted from YAML. Click on a link below to start a specific conversion.
# | Conversion | Position | Type |
---|---|---|---|
1 | YAML to PDF | convert from YAML | convert document to document |
2 | YAML to HTML | convert from YAML | convert document to document |
3 | YAML to XLS | convert from YAML | convert document to document |
4 | YAML to XLSX | convert from YAML | convert document to document |
5 | YAML to ODS | convert from YAML | convert document to document |
6 | YAML to CSV | convert from YAML | convert document to document |
7 | YAML to JSON | convert from YAML | convert document to document |
8 | JSON to YAML | convert to YAML | convert document to document |