Use ControllerContext non-statically
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / json-to-nn / empty-data.json
index a6ad7f6272e38d0895dfd3b4a322e8f130f416d7..aa7142d4e56651cc7b77570b1d6983cff346b2c3 100644 (file)
@@ -1,6 +1,6 @@
 {
-       "cont": {       
-               "lflst1":[],
-               "lflst2":[45]           
-       }
-}
\ No newline at end of file
+    "array-with-null-yang:cont": {
+        "lflst1":[],
+        "lflst2":[45]
+    }
+}