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