summaryrefslogtreecommitdiff
path: root/src/3rd_party-static/jsoncpp/test/data/test_comment_01.json
blob: 0de8f9cf73c1d9e005a5cfa086ca06ae36300649 (plain)
1
2
3
4
5
6
7
8
{
    "test":
    [
       { "a" : "aaa" }, // Comment for a
       { "b" : "bbb" }, // Comment for b
       { "c" : "ccc" } // Comment for c
    ]
}