mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-05-31 14:54:48 +02:00
parent
ec251df6b7
commit
c407f1407f
@ -1,6 +1,7 @@
|
|||||||
.={}
|
.={}
|
||||||
// Comment for array
|
// Comment for array
|
||||||
.test=[]
|
.test=[]
|
||||||
|
// Comment within array
|
||||||
.test[0]={}
|
.test[0]={}
|
||||||
.test[0].a="aaa"
|
.test[0].a="aaa"
|
||||||
.test[1]={}
|
.test[1]={}
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
"test":
|
"test":
|
||||||
// Comment for array
|
// Comment for array
|
||||||
[
|
[
|
||||||
|
// Comment within array
|
||||||
{ "a" : "aaa" }, // Comment for a
|
{ "a" : "aaa" }, // Comment for a
|
||||||
{ "b" : "bbb" }, // Comment for b
|
{ "b" : "bbb" }, // Comment for b
|
||||||
{ "c" : "ccc" } // Comment for c
|
{ "c" : "ccc" } // Comment for c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user