items:
house:
- bathroom:
- toothbrush
- soap
- bedroom:
- bed:
- pillow
- sheet
- closet:
- clothes:
- underwear
- socks
garden:
- treehouse:
- toys:
- nerfgun
- car
- window
- garage:
- car
- toolbox:
- hammer
- scewdriver
- pliers
- lawnmower
這是另一個嘗試在這個文件,它沒有複合列表(我想這就是它的名字)。這是有效的yaml嗎?
items2:
house:
- bathroom:
- toothbrush
- soap
- bedroom:
- bed:
- pillow
- sheet
- closet:
- clothes:
- underwear
- socks
這兩個yaml文檔中的哪一個是有效的?我一直在想,如果我可以用這樣的鍵列表的列表(嵌套列表):
items:
- list1:
-itemA
-itemB
- list2:
-itemC
-itemD
所以它是有效的yaml,但它沒有做我認爲它會做的 – jokoon 2012-03-24 16:24:35