Use NormalizedNodeStreamWriter to emit JSON data
[netconf.git] / restconf / restconf-nb / src / test / resources / listener-adapter-test / notif-changed-leaves-update.json
1 {
2     "ietf-restconf:notification" : {
3         "event-time" : "2022-09-22T19:08:32.400965352+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']/my-leaf12",
8                     "operation" : "created",
9                     "data" : {
10                         "instance-identifier-patch-module:my-leaf12" : "Bertha"
11                     }
12                 },
13                 {
14                     "path" : "/instance-identifier-patch-module:patch-cont/augment-iip-module:case-leaf11",
15                     "operation" : "updated",
16                     "data" : {
17                         "augment-iip-module:case-leaf11" : "ChoiceUpdate"
18                     }
19                 }
20             ]
21         }
22     }
23 }