jsoncpp/test/data/test_comment_01.json
2011-06-21 21:53:02 +00:00

9 lines
150 B
JSON

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