ulib/3party/jsoncpp/test/data/legacy_test_comment_01.json

11 lines
206 B
JSON
Raw Normal View History

2023-12-26 20:58:36 +08:00
{
"test":
// Comment for array
[
// Comment within array
{ "a" : "aaa" }, // Comment for a
{ "b" : "bbb" }, // Comment for b
{ "c" : "ccc" } // Comment for c
]
}