about summary refs log tree commit diff
path: root/sourcecodes/data/sample_network.json
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/data/sample_network.json')
-rw-r--r--sourcecodes/data/sample_network.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/sourcecodes/data/sample_network.json b/sourcecodes/data/sample_network.json
new file mode 100644
index 00000000..7ee3b56f
--- /dev/null
+++ b/sourcecodes/data/sample_network.json
@@ -0,0 +1,10 @@
+{
+  "nodes": [
+    {
+    "data": {
+      "id": "1",
+      "label": "Node1"
+    }
+    }
+  ]
+}