Merge branch 'master' of ../controller
[yangtools.git] / yang / yang-data-codec-gson / src / test / resources / complexjson / keyed-list-node-in-container.json
1 {
2     "complexjson:cont1": {
3         "lst11":[
4             {
5                 "key111":"key111 value",
6                 "lf112":"/complexjson:cont1/complexjson:lflst11[.='foo']",
7                 "lf113":"lf113 value",
8                 "lf111":"lf111 value"
9             }
10         ]
11     }
12 }