-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
89 lines (88 loc) · 2.01 KB
/
Copy pathdb.json
File metadata and controls
89 lines (88 loc) · 2.01 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
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
{
"users":[
{
"id": "10001",
"fname": "Isabella",
"lname": "Littrell",
"position": "Android Developer",
"photo": "https://source.unsplash.com/random"
},
{
"id": "10002",
"fname": "Hyo",
"lname": "Coder",
"position": "Senior Android Developer",
"photo": "https://randomuser.me/api/portraits/med/men/55.jpg"
},
{
"id": "10003",
"fname": "Casey",
"lname": "Akiyama",
"position": "Android Developer",
"photo": "https://randomuser.me/api/portraits/med/men/88.jpg"
},
{
"id": "10004",
"fname": "Bridgette",
"lname": "Ragon",
"position": "Backend Developer",
"photo": "https://randomuser.me/api/portraits/med/men/45.jpg"
},
{
"id": "10005",
"fname": "Jen",
"lname": "Mortellaro",
"position": "Android Developer",
"photo": "https://randomuser.me/api/portraits/med/women/19.jpg"
},
{
"id": "10006",
"fname": "Margo",
"lname": "Considine",
"position": "Android Developer",
"photo": "https://randomuser.me/api/portraits/med/women/52.jpg"
},
{
"id": "10007",
"fname": "Zelma",
"lname": "Gartman",
"position": "Android Developer",
"photo": "https://source.unsplash.com/random"
},
{
"id": "10008",
"fname": "Nadene",
"lname": "Imperato",
"position": "Android Developer",
"photo": "https://source.unsplash.com/random"
},
{
"id": "10009",
"fname": "Carmelina",
"lname": "Blauser",
"position": "Android Developer",
"photo": "https://source.unsplash.com/random"
},
{
"id": "10010",
"fname": "Eliana",
"lname": "Deanda",
"position": "Android Developer",
"photo": "https://source.unsplash.com/random"
},
{
"id": "10011",
"fname": "Irmgard",
"lname": "Baratta",
"position": "Android Developer",
"photo": "https://source.unsplash.com/random"
},
{
"id": "10012",
"fname": "Clarinda",
"lname": "Lucian",
"position": "Android Developer",
"photo": "https://source.unsplash.com/random"
}
]
}