YAML: Difference between revisions
Appearance
Page created automatically by script |
No edit summary |
||
| Line 1: | Line 1: | ||
a human-readable data serialization language | '''YAML''' (/ˈjæməl/ <sup>ⓘ</sup> ''YAM-əl'') 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 syntaxthat intentionally differs from Standard Generalized Markup Language (SGML).It uses Python-style indentation to indicate nesting and does not require quotes around most string values (it also supports JSON style <code>[...]</code> and <code>{...}</code>mixed in the same file). | ||
For more information, see [[wikipedia:YAML|Wikipedia]]. | |||
[[Category:Abbreviations]] [[Category:FAPlist]] | |||
[[Category:Computing]] | |||
Revision as of 08:30, 24 April 2026
YAML (/ˈjæməl/ ⓘ YAM-əl) 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 syntaxthat intentionally differs from Standard Generalized Markup Language (SGML).It uses Python-style indentation to indicate nesting and does not require quotes around most string values (it also supports JSON style [...] and {...}mixed in the same file).
For more information, see Wikipedia.