mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-01-09 22:58:16 +08:00
9 lines
158 B
JSON
9 lines
158 B
JSON
|
{
|
||
|
"test":
|
||
|
[
|
||
|
{ "a" : "aaa" }, // Comment for a
|
||
|
{ "b" : "bbb" }, // Comment for b
|
||
|
{ "c" : "ccc" } // Comment for c
|
||
|
]
|
||
|
}
|