mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-14 02:35:09 +01:00
8d15e51228
one-element array with comment, for issue #103
6 lines
69 B
JSON
6 lines
69 B
JSON
// Comment for array
|
|
[
|
|
// Comment within array
|
|
"one-element"
|
|
]
|