summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/multiple-items-in-list.json
blob: 2131744ad2fe7a5678e6687d8826a0a26acfdec5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
    "multiple-items-yang:lst":[
        {
            "lst1": [
                {
                    "lf11":"lf11_1"
                },
                {
                    "lflst11":[
                        45
                    ]
                },
                {
                    "cont11":{
                    }
                },
                {
                    "lst11":[
                    {
                        }
                    ]
                }
            ]
        }
    ]
}