YAML
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "[http://www.yaml.org/spec/1.2/spec.html Spec] [http://www.yaml.org/ official website]") |
(Added .yml extension and application/yaml media type) |
||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| − | [http://www.yaml.org/spec/1.2/spec.html Spec] [http://www.yaml.org/ | + | {{FormatInfo |
| + | |formattype=electronic | ||
| + | |subcat=Serialization | ||
| + | |extensions={{ext|yaml}}, {{ext|yml}} | ||
| + | |mimetypes={{mimetype|application/yaml}} | ||
| + | |pronom={{PRONOM|fmt/818}} | ||
| + | }} | ||
| + | '''YAML''' (YAML Ain’t Markup Language) is a serialization format. | ||
| + | |||
| + | == Links == | ||
| + | * [http://www.yaml.org/spec/1.2/spec.html Spec] | ||
| + | * [http://www.yaml.org/ Official website] | ||
Revision as of 07:36, 15 March 2026
YAML (YAML Ain’t Markup Language) is a serialization format.