exosite / lua-yaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

array member lost all its member other than first one

suikabreaker opened this issue · comments

commented
arr:
- prop1:
    subprop1: test
    subprop2:
      test: test
      test: {}
  prop2:
    test: test.test
  prop3:
  - test

only prop1 can be found in arr[1]