-
Notifications
You must be signed in to change notification settings - Fork 1
/
data.json
98 lines (98 loc) · 2.23 KB
/
data.json
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "Greg Reis",
"position": "CEO",
"children": [
{
"name": "Nick Longley",
"position": "Head of Operations",
"children": [
{
"name": "Alan Hughes",
"position": "Java Developer",
"children": [
{
"name": "Trevor Gowing",
"position": "Java Developer"
}
]
},
{
"name": "Brenton Tenner",
"position": "Java Developer"
},
{
"name": "Daniel Maree",
"position": "Software Project Manager"
},
{
"name": "Eliana Grusch",
"position": "Executive PA"
},
{
"name": "Jacqueline Devlin",
"position": "Finance and Risk Manager"
},
{
"name": "Clinton Bosch",
"position": "Architect",
"children": [
{
"name": "Chris Ritchie",
"position": "Java Developer",
"children": [
{
"name": "Brett Ausmeier",
"position": "Java Developer"
}
]
},
{
"name": "Markus Coetzee",
"position": "Java Developer"
},
{
"name": "Terence Foxcroft",
"position": "Java Developer"
}
]
},
{
"name": "Adriaan Fenwick",
"position": "User Interface Designer",
"children": [
{
"name": "Dayne Tabraham",
"position": "Front-End Developer"
}
]
}
]
},
{
"name": "Gary Stocks",
"position": "Head of Strategy"
},
{
"name": "Ian Munro",
"position": "Head: Professional Services",
"children": [
{
"name": "David Reinhardt",
"position": "Business Consultant"
},
{
"name": "Laura Greaves",
"position": "Bus Dev Executive"
},
{
"name": "Ridha Salie",
"position": "Business Consultant"
}
]
},
{
"name": "Jurie Schoeman",
"position": "Regional Head"
}
]
}