Files
third_party_jsoncpp/test/data/legacy_test_comment_01.json
T
2021-06-02 02:30:41 +08:00

11 lines
206 B
JSON
Executable File

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