Use NormalizedNodeStreamWriter to emit JSON data
[netconf.git] / restconf / restconf-nb / src / test / resources / listener-adapter-test / notif-cont-delete.json
1 {
2     "ietf-restconf:notification":{
3         "sal-remote:data-changed-notification":{
4             "data-change-event":[
5                 {
6                     "path":"/instance-identifier-patch-module:patch-cont",
7                     "operation":"deleted"
8                 }
9             ]
10         },
11         "event-time":"2020-10-14T11:20:33.271836+02:00"
12     }
13 }