diff options
| author | ziejd2 | 2021-03-04 22:37:10 -0600 |
|---|---|---|
| committer | GitHub | 2021-03-04 22:37:10 -0600 |
| commit | 312b10103e1e3e9e8f8fc119c659e1469df8c0fd (patch) | |
| tree | 2824553b45001fbd8c1aeadb7c83c36218bb7639 /sourcecodes/data | |
| parent | 6ca33793449840ec6e470cab5a66eed23d587183 (diff) | |
| download | BNW-312b10103e1e3e9e8f8fc119c659e1469df8c0fd.tar.gz | |
Create sample_network.json
Diffstat (limited to 'sourcecodes/data')
| -rw-r--r-- | sourcecodes/data/sample_network.json | 10 |
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" + } + } + ] +} |
