Refactor Subnet.isSubnetOf - reduce number of 'if' statements.
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / json-to-cnsn / simple-container.json
1 {
2         "cont":{
3                 "cont1":{
4                 },
5                 "lst1": [
6                         {
7                         }
8                 ],
9                 "lflst1":[
10                         "lflst1_1",
11                         "lflst1_2"
12                 ],
13                 "lf1":"lf1"
14         }
15 }