jsoncpp/test/data/test_comment_01.expected
Christopher Dunn 37644abd77 test comment before several types
* array
* double
* string
* true
* false
* null
2015-01-20 12:23:18 -06:00

10 lines
122 B
Plaintext

.={}
// Comment for array
.test=[]
.test[0]={}
.test[0].a="aaa"
.test[1]={}
.test[1].b="bbb"
.test[2]={}
.test[2].c="ccc"