Skip to content

Instantly share code, notes, and snippets.

@heddendorp
Last active October 28, 2022 11:52
Show Gist options
  • Select an option

  • Save heddendorp/b54924bdb3305ec068582954a5ddafca to your computer and use it in GitHub Desktop.

Select an option

Save heddendorp/b54924bdb3305ec068582954a5ddafca to your computer and use it in GitHub Desktop.
{
"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