YAML Ain't Markup Language(YAML) is data store language, just like JSON. Instead of brackets, we use indentation for nesting. YAML supports
-
like markdown)key:value
format.We can store multiple documents in a single YAML file. The start of a document is denoted with ---
.