YAML (.yml, .yaml) File Format
YAML file format
Description
Examples
References
YAML (YAML Ain't Markup Language) is a lightweight text-based data standard for describing structured data.
As a human-readable format, it offers an alternative to explicitly tagged structured data such as XML. The JSON format is a subset of YAML 1.2.
The YAML package provides tools for parsing and generating YAML expressions.
The general-purpose commands Import and Export also support this format.
Parse a YAML string as an expression.
Import data from a file in YAML format.
Export data to a YAML file in the home directory of the current user.
YAML 1.2 Language Specification, http://www.yaml.org/spec/1.2/spec.html, yaml.org.
See Also
Formats
Formats,JSON
Download Help Document