mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-01-06 00:31:10 +01:00
6 lines
69 B
JSON
6 lines
69 B
JSON
|
// Comment for array
|
||
|
[
|
||
|
// Comment within array
|
||
|
"one-element"
|
||
|
]
|