Skip to content

Instantly share code, notes, and snippets.

@pier-oliviert
Created November 14, 2017 18:24
Show Gist options
  • Select an option

  • Save pier-oliviert/d976e91b687a6bda24ed24de9fd3b72a to your computer and use it in GitHub Desktop.

Select an option

Save pier-oliviert/d976e91b687a6bda24ed24de9fd3b72a to your computer and use it in GitHub Desktop.
{
"nodes": [
{"id": "1", "name": "A node"},
{"id": "2", "name": "Another node"},
],
"edges": [
{"source": "1", "target": "2"}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment