jsoncpp/test/data/test_comment_01.json
Christopher Dunn c407f1407f test-data for #103
passes
2015-01-20 15:16:46 -06:00

11 lines
206 B
JSON

{
"test":
// Comment for array
[
// Comment within array
{ "a" : "aaa" }, // Comment for a
{ "b" : "bbb" }, // Comment for b
{ "c" : "ccc" } // Comment for c
]
}