Merge branch 'master' of ../controller
[yangtools.git] / yang / yang-data-codec-gson / src / test / resources / complexjson / anyxml-node-with-simple-value-in-container.json
1 {
2   "complexjson:cont1": {
3     "lf12-any": 100.5,
4     "lf13-any": true,
5     "lf14-any": null
6   }
7 }