about summary refs log tree commit diff
path: root/sourcecodes
diff options
context:
space:
mode:
authorziejd22021-03-04 22:37:10 -0600
committerGitHub2021-03-04 22:37:10 -0600
commit312b10103e1e3e9e8f8fc119c659e1469df8c0fd (patch)
tree2824553b45001fbd8c1aeadb7c83c36218bb7639 /sourcecodes
parent6ca33793449840ec6e470cab5a66eed23d587183 (diff)
downloadBNW-312b10103e1e3e9e8f8fc119c659e1469df8c0fd.tar.gz
Create sample_network.json
Diffstat (limited to 'sourcecodes')
-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"
+    }
+    }
+  ]
+}