Files
SDK_RK3288/external/jsoncpp/test/data/test_comment_01.json

9 lines
150 B
JSON

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