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
Copyright 2007 Six Apart Ltd. Some Rights Reserved
Leave a note
Have a question, please use the MT Forums. Notes sumbitted here should pertain to tips & hints regarding documentation. Your note may be removed once it's contents has be integrated into the body of the page.