summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/json/jsondata.json
blob: f616a8a95b90d0689b2bba6821471f68385d3ab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "instance-identifier-module:cont": {
        "cont1": {
            "augment-module:lst11": [ 
                {
                    "keyvalue111":"value1",
                    "keyvalue112":"value2",
                    "augment-augment-module:lf111":"/instance-identifier-module:cont/instance-identifier-module:cont1/augment-module:lst11[augment-module:keyvalue111=\"value1\"][augment-module:keyvalue112=\"value2\"]/augment-augment-module:lf112",
                    "augment-augment-module:lf112":"lf112 value"
                }
            ]
        }
    }
}