mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2024-12-12 10:03:51 +01:00
parent
9fbd12b27c
commit
8d15e51228
4
test/data/test_comment_00.expected
Normal file
4
test/data/test_comment_00.expected
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
// Comment for array
|
||||||
|
.=[]
|
||||||
|
// Comment within array
|
||||||
|
.[0]="one-element"
|
5
test/data/test_comment_00.json
Normal file
5
test/data/test_comment_00.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
// Comment for array
|
||||||
|
[
|
||||||
|
// Comment within array
|
||||||
|
"one-element"
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user