Basic YAML Data Structures
Here are some different ways to represent common data structures in YAML:
Arrays
i_am_an_array:
    - value1
    - value2
    - value3
Hashes
i_am_a_hash:
    key1: value1
    key2: value2
    key3: value3
Not a developer? Go to MovableType.com
Here are some different ways to represent common data structures in YAML:
Arrays
i_am_an_array:
    - value1
    - value2
    - value3
Hashes
i_am_a_hash:
    key1: value1
    key2: value2
    key3: value3