Last active
October 28, 2022 11:52
-
-
Save heddendorp/b54924bdb3305ec068582954a5ddafca to your computer and use it in GitHub Desktop.
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
| { | |
| "nodes": [ | |
| { "name": "Mike" }, | |
| { "name": "Marcia" }, | |
| { "name": "Chrissy" }, | |
| { "name": "Selena" }, | |
| { "name": "William" }, | |
| { "name": "Mikael" }, | |
| { "name": "Bleu" }, | |
| { "name": "Tagg" }, | |
| { "name": "Bob" }, | |
| { "name": "Mona" }, | |
| { "name": "Baby" } | |
| ], | |
| "edges": [ | |
| { "source": 0, "target": 1 }, | |
| { "source": 0, "target": 3 }, | |
| { "source": 0, "target": 4 }, | |
| { "source": 0, "target": 5 }, | |
| { "source": 0, "target": 6 }, | |
| { "source": 0, "target": 7 }, | |
| { "source": 1, "target": 2 }, | |
| { "source": 1, "target": 3 }, | |
| { "source": 1, "target": 5 }, | |
| { "source": 1, "target": 8 }, | |
| { "source": 1, "target": 9 }, | |
| { "source": 4, "target": 1 }, | |
| { "source": 5, "target": 10 } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment