legacy_test_comment_01.json 206 Bytes
{
    "test":
    // Comment for array
    [
       // Comment within array
       { "a" : "aaa" }, // Comment for a
       { "b" : "bbb" }, // Comment for b
       { "c" : "ccc" } // Comment for c
    ]
}