-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJSON_Object_employee
More file actions
56 lines (56 loc) · 1.24 KB
/
JSON_Object_employee
File metadata and controls
56 lines (56 loc) · 1.24 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"employee0001": {
"firstname": "Jill",
"height": 158,
"email": "jill@gmail.com",
"city": {
"通訊地址": "新竹",
"戶籍地址": "臺南"
},
"phone": {
"市話": "02-22224444",
"行動電話": "0933-444555"
},
"cars": [
"BMW",
"Nissan GT-R",
"Audi"
]
},
"employee0002": {
"firstname": "Ryan",
"height": 170,
"email": "Ryan@gmail.com",
"city": {
"通訊地址": "新竹",
"戶籍地址": "臺中"
},
"phone": {
"市話": "02-2221123",
"行動電話": "0933-12341234"
},
"cars": [
"BMW",
"Nissan GT-R",
"Audi"
]
},
"employee0003": {
"firstname": "Kate",
"height": 168,
"email": "Kate@gmail.com",
"city": {
"通訊地址": "新竹",
"戶籍地址": "桃園"
},
"phone": {
"市話": "02-8886666",
"行動電話": "0933-789789"
},
"cars": [
"BMW",
"Nissan GT-R",
"Audi"
]
}
}