Refactor Subnet.isSubnetOf - reduce number of 'if' statements.
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / json-to-cnsn / simple-list.json
1 {
2         "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 }