forked from NorthwoodsSoftware/GoJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdoubleTree.json
More file actions
22 lines (22 loc) · 1006 Bytes
/
Copy pathdoubleTree.json
File metadata and controls
22 lines (22 loc) · 1006 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{ "someProperty":"someValue",
"nodes":[
{ "key": "Root", "color": "#A570AD" },
{ "key": "Left1", "parent": "Root", "dir":"left", "color": "#91ADDD" },
{ "key": "leaf1", "parent": "Left1" },
{ "key": "leaf2", "parent": "Left1" },
{ "key": "Left2", "parent": "Left1", "color": "#91ADDD" },
{ "key": "leaf3", "parent": "Left2" },
{ "key": "leaf4", "parent": "Left2" },
{ "key": "leaf5", "parent": "Left1" },
{ "key": "Right1", "parent": "Root", "dir":"right", "color": "#FEA200" },
{ "key": "Right2", "parent": "Right1", "color": "#FEA200" },
{ "key": "leaf11", "parent": "Right2" },
{ "key": "leaf12", "parent": "Right2" },
{ "key": "leaf13", "parent": "Right2" },
{ "key": "leaf14", "parent": "Right1" },
{ "key": "leaf15", "parent": "Right1" },
{ "key": "Right3", "parent": "Root", "dir":"right", "color": "#FEA200" },
{ "key": "leaf16", "parent": "Right3" },
{ "key": "leaf17", "parent": "Right3" }
],
"someOtherProperty":123 }