Merge branch 'master' of ../controller
[yangtools.git] / yang / yang-data-codec-gson / src / test / resources / complexjson / multiple-choice-augmentation-in-container.json
1 {
2   "complexjson:cont1": {
3     "case11-choice-case-container" : {
4       "case11-choice-case-leaf" : "leaf-value"
5     }
6   }
7 }