Skip to content

Instantly share code, notes, and snippets.

@tgrrtt
Created September 20, 2014 03:22
Show Gist options
  • Save tgrrtt/20b884c6f21055a76fb2 to your computer and use it in GitHub Desktop.
Save tgrrtt/20b884c6f21055a76fb2 to your computer and use it in GitHub Desktop.
{
"nodes": [
{
"name": "Tyler",
"id": "1"
},
{
"name": "Aric",
"id": "2"
},
{
"name": "Adam",
"id": "3"
},
{
"name": "James",
"id": "4"
},
{
"name": "John",
"id": "5"
},
{
"name": "Greg",
"id": "6"
}
],
"links" : [
{
"value": 1,
"source": "1",
"target": "2"
},
{
"value": 1,
"source": "1",
"target": "3"
},
{
"value": 1,
"source": "1",
"target": "4"
},
{
"value": 1,
"source": "1",
"target": "5"
},
{
"value": 1,
"source": "5",
"target": "6"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment