18 lines
387 B
JSON
18 lines
387 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]
|
|
},
|
|
"edges": [
|
|
["TestA", "TestB"],
|
|
["TestA", "TestC"],
|
|
["TestB", "TestC"],
|
|
["TestC", "TestE"],
|
|
["TestE", "TestFarLeft"]
|
|
]
|
|
}
|