Use ControllerContext non-statically
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / json-to-nn / wrong-top-level1.json
index 594a802c0e796e6e96a49bd21ff3656e00b1a672..88baef328fcab09eae2b6d00f909ef29c4c8675a 100644 (file)
@@ -1,9 +1,8 @@
 {
-
-       "cont":[
-               {
-               },
-               {
-               }
-       ]
-}
\ No newline at end of file
+    "wrong":[
+        {
+        },
+        {
+        }
+    ]
+}