jsoncpp/test/data/test_comment_01.json
2009-11-21 18:20:25 +00:00

9 lines
158 B
JSON

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