Instance identifier support
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / instanceidentifier / json / jsondata.json
diff --git a/opendaylight/md-sal/sal-rest-connector/src/test/resources/instanceidentifier/json/jsondata.json b/opendaylight/md-sal/sal-rest-connector/src/test/resources/instanceidentifier/json/jsondata.json
new file mode 100644 (file)
index 0000000..f616a8a
--- /dev/null
@@ -0,0 +1,14 @@
+{
+    "instance-identifier-module:cont": {
+        "cont1": {
+            "augment-module:lst11": [ 
+                {
+                    "keyvalue111":"value1",
+                    "keyvalue112":"value2",
+                    "augment-augment-module:lf111":"/instance-identifier-module:cont/instance-identifier-module:cont1/augment-module:lst11[augment-module:keyvalue111=\"value1\"][augment-module:keyvalue112=\"value2\"]/augment-augment-module:lf112",
+                    "augment-augment-module:lf112":"lf112 value"
+                }
+            ]
+        }
+    }
+}
\ No newline at end of file