jsoncpp/test/data/test_comment_01.json

9 lines
158 B
JSON
Raw Normal View History

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