-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathbig_cross.json
More file actions
74 lines (74 loc) · 983 Bytes
/
big_cross.json
File metadata and controls
74 lines (74 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"nodes": [
{
"id": "00a1",
"name": "A1"
},
{
"id": "00a2",
"name": "A2"
},
{
"id": "00b1",
"name": "B1"
},
{
"id": "00b2",
"name": "B2"
},
{
"id": "00c1",
"name": "C1"
},
{
"id": "00c2",
"name": "C2"
},
{
"id": "00d1",
"name": "D1"
},
{
"id": "00d2",
"name": "D2"
},
{
"id": "000e",
"name": "E"
}
],
"links": [
{
"source": "00a2",
"target": "00a1"
},
{
"source": "00a1",
"target": "000e"
},
{
"source": "00b2",
"target": "00b1"
},
{
"source": "00b1",
"target": "000e"
},
{
"source": "00c2",
"target": "00c1"
},
{
"source": "00c1",
"target": "000e"
},
{
"source": "00d2",
"target": "00d1"
},
{
"source": "00d1",
"target": "000e"
}
]
}