Last active
July 27, 2016 09:57
-
-
Save mojoaxel/b9ed2fe1ff7154b339d6ffde555f0606 to your computer and use it in GitHub Desktop.
example data for http://stackoverflow.com/a/38609662/722162
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{"from": 1, "to": 2}, | |
{"from": 1, "to": 3}, | |
{"from": 2, "to": 4}, | |
{"from": 2, "to": 5} | |
] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{"id": 1, "label": "Node 1"}, | |
{"id": 2, "label": "Node 2"}, | |
{"id": 3, "label": "Node 3"}, | |
{"id": 4, "label": "Node 4"}, | |
{"id": 5, "label": "Node 5"} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment