blob: 62728dd8b2053a40354f9eca76ea2934b3f25408 [file] [log] [blame]
jingane308fc12017-03-03 01:47:31 -08001{
2 "jsonlist:top1":{
3 "jsonlist:l1":[
4 {
5 "k1":"k1value",
6 "k2":"k2value",
7 "k3":"k3value",
8 "c1":{
9 "leaf_c1":"c1leaf"
10 }
11 },
12 {
13 "k1":"k1value2",
14 "k2":"k2value2",
15 "k3":"k3value2",
16 "c1":{
17 "leaf_c1":"c1leaf2"
18 }
19 }
20 ],
21 "jsonlist:c2":{
22 "leaflist1":["a","b","c"]
23 }
24 }
25}