1.={} 2// Comment for array 3.test=[] 4// Comment within array 5.test[0]={} 6.test[0].a="aaa" 7.test[1]={} 8.test[1].b="bbb" 9.test[2]={} 10.test[2].c="ccc" 11