Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Current »



    

Variable:  key:value pair         key1:value1


value list 

key: [ 'value1' , 'value2' ] 

or

key:

    - value1
    - value2

object

group of key:value pair

object1:
      key1: value1
      key2: value2

complex list

list of key:value pairs or objects

clist:  { key1: value1, key2: value2 }


clist:
    object1:
        key1: value1
        key2: value2
   object2:
        key1: value1
        key2: value2




   


        

https://www.tutorialspoint.com/yaml/index.htm


Data serialization language which is designed to be human -friendly and works well with other programming languages for everyday tasks.


Very good tutorial:

Example:












  • No labels