-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsingle.json
More file actions
42 lines (40 loc) · 1 KB
/
Copy pathsingle.json
File metadata and controls
42 lines (40 loc) · 1 KB
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
{
"0": {
"id": "01",
"firstName": "Daniel",
"lastName": "Wurst",
"url": "/img/wurst-daniel.jpg",
"research": false,
"ux": true,
"dev": true,
"design": true,
"projects": {
"0": {
"id": "1",
"name": "Projekt 1",
"startDate": "2011-01-06",
"endDate": "2011-01-08"
},
"1": {
"id": "02",
"name": "Projekt 2",
"startDate": "2011-05-06",
"endDate": "2011-05-08"
},
"2": {
"id": "Projekt 3",
"name": "Shell",
"startDate": "2012-01-06",
"endDate": "2012-01-08"
}
},
"vacation": {
"0": {
"id": "01",
"name": "Mallorca",
"startDate": "2013-09-05",
"endDate": "2013-10-05"
}
}
}
}