aboutsummaryrefslogtreecommitdiff
path: root/test/data/test_comment_01.json
blob: 7363490a91d9918c6356f140f7601306a4e7cbe8 (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
    ]
}