summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/equal-data-node-names/equal-name-data-for-container.json
blob: 78b097d8e8c54972eb17cd805c004fa945f96ee2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "cont":{
        "cont1":[
            {
                "lst11":{
                    "lf111":"value1"
                }
            },
            {
                "lst11":{
                    "lf111":"value2"
                }
            }
        ]
    }
}