mirror of
https://github.com/open-source-parsers/jsoncpp.git
synced 2025-10-11 10:25:47 +02:00
@@ -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
|
||||||
|
Reference in New Issue
Block a user