yaml guid code example
Example 1: create child for yml elements
items: [ 1, 2, 3, 4, 5 ]
names: [ "one", "two", "three", "four" ]
Example 2: yaml syntax multiple values
# An employee record
martin:
name: Martin D'vloper
job: Developer
skill: Elite
Example 3: yaml key value pairs
first_name: Bilbo
last_name: Baggins
age_years: 111
home: Bag End, Hobbiton