-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtemplateData.json
More file actions
executable file
·37 lines (37 loc) · 1.1 KB
/
templateData.json
File metadata and controls
executable file
·37 lines (37 loc) · 1.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
{
"company": "AnyCoGlobal, Inc",
"employees": [
{
"name": "Henry Handsome",
"phone": "+1-212-555-1234",
"email": "pensive@example.com",
"title": "Senior VP of Basketweaving",
"fulltime": true,
"yearsOfService": 25,
"skills" : ["Negotiating", "Shooting the Breeze", "Micro-managing"]
}, {
"name": "Penelope Persistent",
"phone": "+1-212-555-8000",
"email": "truthful@example.com",
"title": "Principal Understudy",
"fulltime": false,
"yearsOfService": 10,
"skills" : ["Brutal Honesty", "Acting", "Typing", "JavaScript"]
}, {
"name": "Sam Serendipity",
"phone": "+1-212-555-9876",
"email": "helpful@example.com",
"title": "Chief Cook and Bottle Washer",
"fulltime": true,
"yearsOfService": 2
}, {
"name": "Tom Terrific",
"phone": "+1-212-555-0011",
"email": "grumpy@example.com",
"title": "Janitor",
"fulltime": false,
"yearsOfService": 5,
"skills" : ["Theoretical Physics", "Neurosurgery", "Early Child Development", "C++"]
}
]
}