mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 18:10:27 +01:00
9 lines
150 B
JSON
9 lines
150 B
JSON
{
|
|
"test":
|
|
[
|
|
{ "a" : "aaa" }, // Comment for a
|
|
{ "b" : "bbb" }, // Comment for b
|
|
{ "c" : "ccc" } // Comment for c
|
|
]
|
|
}
|