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