20 lines
461 B
JSON
20 lines
461 B
JSON
{
|
|
"nodes": {
|
|
"TestA": [100, 0, 100],
|
|
"TestB": [150, 0, 200],
|
|
"TestC": [300, 0, -200, true],
|
|
"TestE": [1200, 0, 200, "Displayed Name"],
|
|
"TestFarLeft": [-200, 5000, 50],
|
|
"TestFarBottomRight": [1200, 0, 2000, true],
|
|
"Hidden Node": [0, 0, 0, false]
|
|
},
|
|
"edges": [
|
|
["TestA", "TestB"],
|
|
["TestA", "TestC"],
|
|
["TestB", "TestC"],
|
|
["TestC", "TestE"],
|
|
["TestE", "TestFarLeft"],
|
|
["Hidden Node", "TestC", false]
|
|
]
|
|
}
|