Merge branch 'master' of ../controller
[yangtools.git] / yang / yang-data-codec-gson / src / test / resources / bug8083 / json / foobar.json
1 {
2   "top-cont": {
3     "keyed-list":[
4       {
5         "iid-key-leaf": "/foobar:top-cont/foobar:leaf-b",
6         "regular-leaf": 150
7       }
8     ],
9
10     "iid-leaf":
11       "/foobar:top-cont/foobar:keyed-list[foobar:iid-key-leaf='/foobar:top-cont/foobar:leaf-b']/foobar:regular-leaf",
12     "leaf-b": 200
13   }
14 }