76a0190e86901bc3956fc699a1e3f2899b1d2333
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / json-to-nn / simple-list.json
1 {
2     "simple-list-yang1:lst":[
3         {
4             "cont1":{
5             },
6             "lst1": [
7                 {
8                 }
9             ],
10             "lflst1":[
11                 "lflst1_1",
12                 "lflst1_2"
13             ],
14             "lf1":"lf1"
15         }
16     ]
17 }