-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
48 lines (48 loc) · 1019 Bytes
/
data.json
File metadata and controls
48 lines (48 loc) · 1019 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
{
"fufi": "fufi",
"incomplete": 0,
"showme": false,
"name": "John Doe",
"age": 30,
"email": "john.doe@company.com",
"phone": "+1234567890",
"image": ".\\media\\FillODT.png",
"qrcode": "qrcode://1234567890",
"address": {
"street": "123 Main St",
"city": "<b>Anytown</b>",
"state": "CA",
"zip": "12345",
"qrcode": "qrcode://123 Main St, Anytown, CA, 12345"
},
"jobs": [
{
"company": "Tech & Solutions",
"position": "Software Engineer",
"duration": "2 years",
"qrcode": "qrcode://Tech Solutions"
},
{
"company": "Web Innovations",
"position": "Frontend Developer",
"duration": "1 year"
},
{
"company": "Data > Corp",
"position": "Data Analyst",
"duration": "6 months",
"qrcode": "qrcode://Data Corp"
},
{
"company": "Cloud <> Services",
"position": "DevOps Engineer",
"duration": "1 year",
"qrcode": "qrcode://Cloud Services"
},
{
"company": "AI Solutions",
"position": "Machine Learning Engineer",
"duration": "1 year"
}
]
}