Encyclopedia

YAML Ain't Markup Language

Also found in: Acronyms.

YAML Ain't Markup Language

(data, language)
(YAML) A data serialisation language designed to be readable and writable by humans and to work well with modern programming languages.

YAML uses printable Unicode characters to represent both structure and data. The structural syntax is simple and terse. For example, indentation is used for structure, colons separate pairs, and dashes are used for list items.

YAML can represent mappings (hashes or dictionaries), sequences (arrays or lists), scalars (strings or numbers), or any combination of the above. It has a simple typing system and reference syntax. Its structures will be particularly familiar to programmers using Perl, Python, PHP, Ruby, or Javascript, but YAML can be used with any programming language.

YAML is, in some respects, a simpler alternative to XML, though it does not share the constraints imposed by XML's SGML legacy and has somewhat different aims.

YAML Home.
This article is provided by FOLDOC - Free Online Dictionary of Computing (foldoc.org)
Mentioned in
Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.