Skip to content

Instantly share code, notes, and snippets.

@KMontag42
Created December 18, 2017 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KMontag42/9c2f0bcb9fcd1d07e9b74ae1d07a3572 to your computer and use it in GitHub Desktop.
Save KMontag42/9c2f0bcb9fcd1d07e9b74ae1d07a3572 to your computer and use it in GitHub Desktop.
Simple Graph JSON
{
"caseSensitive": false,
"properties": {},
"inports": {},
"outports": {},
"groups": [],
"processes": {
"1x7w": {
"component": "tall",
"metadata": {
"label": "Node",
"x": 468,
"y": 396,
"width": 72,
"height": 72
}
},
"8x7": {
"component": "basic",
"metadata": {
"label": "Node",
"x": 756,
"y": 396,
"width": 72,
"height": 72
}
}
},
"connections": [
{
"src": {
"process": "1x7w",
"port": "out0"
},
"tgt": {
"process": "8x7",
"port": "in0"
},
"metadata": {}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment