Merge branch 'master' of ../controller
[yangtools.git] / yang / yang-data-codec-gson / src / test / resources / complexjson / anyxml-node-with-composite-value-in-container.json
1 {
2   "complexjson:cont1": {
3     "lf12-any": [true, {"baz": [120, "str-val", false]}, {"foo": null}],
4
5     "lf13-any": {
6       "anyxml-array-a": [{"foo": true}, 10, {"bar": false}],
7       "anyxml-array-b": [1, 2, [4, 5], 7]
8     },
9
10     "lf14-any": {
11       "anyxml-object-a": {
12         "data-a1": 10,
13         "data-a2": 11
14       },
15
16       "anyxml-object-b": {
17         "child-object-b1": {
18           "data-b1": 5.5
19         },
20
21         "child-object-b2": {
22           "data-b2": "b2-val"
23         }
24       }
25     }
26   }
27 }