Use NormalizedNodeStreamWriter to emit JSON data
[netconf.git] / restconf / restconf-nb / src / test / resources / listener-adapter-test / notif-without-data-list-create.json
1 {
2     "ietf-restconf:notification" : {
3         "event-time":"2020-10-14T12:34:59.085525+02:00",
4         "sal-remote:data-changed-notification" : {
5             "data-change-event" : [
6                 {
7                     "path" : "/instance-identifier-patch-module:patch-cont/my-list1[name='Althea']",
8                     "operation" : "created"
9                 }
10             ]
11         }
12     }
13 }