Fix anyxml-to-JSON translation duplication error
[yangtools.git] / codec / yang-data-codec-gson / src / test / resources / yt1302 / json / flat-array.json
diff --git a/codec/yang-data-codec-gson/src/test/resources/yt1302/json/flat-array.json b/codec/yang-data-codec-gson/src/test/resources/yt1302/json/flat-array.json
new file mode 100644 (file)
index 0000000..0d4ab4d
--- /dev/null
@@ -0,0 +1,24 @@
+{
+    "yt1302:data": {
+        "anyxml-data": {
+            "list-a": [
+                {
+                    "leaf-a": "alpha",
+                    "leaf-b": "beta"
+                },
+                {
+                    "leaf-a": "epsilon"
+                }
+            ],
+            "list-b": [
+                {
+                    "leaf-a": "gamma",
+                    "leaf-b": "delta"
+                },
+                {
+                    "leaf-a": "zeta"
+                }
+            ]
+        }
+    }
+}