YaML is a human-readable data serialisation format.
YAML is a data serialisation format designed to be written and read by humans. Modern YAML is a superset of JSON, meaning that YAML parsers can consume any valid JSON as well as the richer and more human-friendly long form.
For more information refer to the YAML Wikipedia page or the YAML homepage.