github.com/alanchchen/go-ethereum@v1.6.6-0.20170601190819-6171d01b1195/tests/files/TODO (about) 1 - Move over to standard and clear JSON format: 2 3 All files should be of the form: 4 5 { 6 "test1name": 7 { 8 "test1property1": ..., 9 "test1property2": ..., 10 ... 11 }, 12 "test2name": 13 { 14 "test2property1": ..., 15 "test2property2": ..., 16 ... 17 } 18 } 19 20 Arrays are allowed, but don't use them for sets of properties - only use them for data that is clearly a continuous contiguous sequence of values. 21