Use ControllerContext non-statically
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / json-to-nn / multiple-items-in-list.json
index 7702b8860ffb34bd2e09234232d3229b55f76ea1..2131744ad2fe7a5678e6687d8826a0a26acfdec5 100644 (file)
@@ -1,26 +1,26 @@
 {
-       "multiple-items:lst":[
-               {
-                       "lst1": [
-                               {
-                                       "lf11":"lf11_1"
-                               },
-                               {
-                                       "lflst11":[
-                                               45
-                                       ]
-                               },
-                               {
-                                       "cont11":{
-                                       }
-                               },
-                               {
-                                       "lst11":[
-                                       {
-                                               }
-                                       ]
-                               }
-                       ]
-               }
-       ]
-}
\ No newline at end of file
+    "multiple-items-yang:lst":[
+        {
+            "lst1": [
+                {
+                    "lf11":"lf11_1"
+                },
+                {
+                    "lflst11":[
+                        45
+                    ]
+                },
+                {
+                    "cont11":{
+                    }
+                },
+                {
+                    "lst11":[
+                    {
+                        }
+                    ]
+                }
+            ]
+        }
+    ]
+}