Merge branch 'master' of ../controller
[yangtools.git] / yang / yang-data-codec-gson / src / test / resources / bug8927 / json / complex_array.json
1 {
2     "bug8927:foo": {
3         "alarm-information": {
4             "alarm-detail": [{
5                 "alarm-time": "2017-08-02 19:03:44 UTC",
6                 "alarm-class": "Minor",
7                 "alarm-description": [{
8                     "test": 123
9                 }, {
10                 "test": 456
11                 }],
12                 "alarm-short-description": "gnf-creation",
13                 "alarm-type": "License"
14             }, {
15             "alarm-time": "2017-07-25 16:04:31 UTC",
16             "alarm-class": ["Minor", "Minor1"],
17             "alarm-description": "VMHost RE 0 host application failed",
18             "alarm-short-description": "VMHost RE 0 host ap",
19             "alarm-type": "Chassis"
20             }]
21         }
22     }
23 }