28d244dc3af97f140f425f7a67f0d07acccad26a
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / json-to-nn / simple-container.json
1 {
2     "simple-container-yang:cont":{
3         "cont1":{
4         },
5         "lst1": [
6             {
7             }
8         ],
9         "lflst1":[
10             "lflst1_1",
11             "lflst1_2"
12         ],
13         "lf1":"lf1"
14     }
15 }