diff options
| -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" + } + } + ] +} |
