Make ListenerAdapter serialize JSON directly
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / resources / listener-adapter-test / notif-create.json
1 {
2     "urn-ietf-params-xml-ns-netconf-notification-1.0:notification":{
3         "urn-opendaylight-params-xml-ns-yang-controller-md-sal-remote:data-changed-notification":{
4             "data-change-event":[
5                 {
6                     "path":"/instance-identifier-patch-module:patch-cont",
7                     "data":{
8                         "instance-identifier-patch-module:patch-cont":{
9                             "my-list1":[
10                                 {
11                                     "name":"Althea",
12                                     "my-leaf11":"Jed"
13                                 }
14                             ]
15                         }
16                     },
17                     "operation":"created"
18                 }
19             ]
20         },
21         "event-time":"2020-10-14T11:16:51.111635+02:00"
22     }
23 }