1. Transitioned to using latest asn1c compiler
[ric-app/admin.git] / test / test-data / test_sample.json
diff --git a/test/test-data/test_sample.json b/test/test-data/test_sample.json
new file mode 100644 (file)
index 0000000..f9725a6
--- /dev/null
@@ -0,0 +1,22 @@
+{
+  "test1":[
+      {
+        "test2":{
+          "list":[0, 1, 2],
+           "test3":"target_value"
+        }
+      },
+
+      {
+        "test4":{
+           "test5":"new target"
+         }
+      }
+           
+    ],
+
+   "test2":{
+        "test3":"new_value"
+    }
+}
+