Use NormalizedNodeStreamWriter to emit JSON data
[netconf.git] / restconf / restconf-nb / src / test / resources / listener-adapter-test / notif-list-create.json
1 {
2     "ietf-restconf:notification" : {
3         "event-time" : "2020-10-14T11:16:51.111635+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                     "data" : {
10                         "instance-identifier-patch-module:my-list1" : [
11                             {
12                                 "name" : "Althea",
13                                 "my-leaf11" : "Jed"
14                             }
15                         ]
16                     }
17                 }
18             ]
19         }
20     }
21 }