• YAML on GitHub: # github.com/yaml/ YAML Specs: yaml-spec/ YAML 1.2 Grammar: yaml-grammar/ YAML Test Suite: yaml-test-suite/ YAML Issues: issues/.
  • YAML places no further restrictions on the nodes. Arrays/Lists (YAML calls it sequences) : The content of a sequence node is an ordered series of zero or more nodes.
  • This guide provides you with a brief introduction to the YAML programming language and gives you an understanding of the basics so you can work with YAML files.
  • YAML dil bağımsız bir veri değişim formatıdır. Herhangi bir programlama dili ile oluşturulan nesneler, YAML formatında kolaylıkla temsil edilebilmektedir.
  • YAML is short for “YAML Ain’t Markup Language”, it’s a way of storing basic data structures in human readable form.
  • A node in a YAML document can have three basic data types: Scalar Atomic data types like strings, numbers, booleans and null. Sequence A list of nodes.
  • Objects and lists are important components in yaml and can be mixed. The first example is a list of key-value objects, all people from the Smith family.
  • YAML Basic Syntax. In YAML, the documents are a collection of key-value pairs where the value can be complex as a tree or simple as a string.
  • There are no normative changes from the YAML specification v1.2. The primary objectives of this revision are to correct errors and add clarity.
  • Bir web uygulamasının ayarlarının tutulduğu bir yapılandırma dosyası YAML formatında olabilir. Ayrıca, YAML veri aktarımında da kullanılabilir.