-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
34 lines (34 loc) · 801 Bytes
/
db.json
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
{
"developers":[
{
"id": 968,
"firstname": "Khushnuma",
"lastname": "Parveen",
"skill": "Angular, C++, Java",
"role": "Developer"
},
{
"id": 692,
"firstname": "Ankita",
"lastname": "Rajbhar",
"skill": "Angular, C++, Java, Node.js",
"role": "Developer"
},
{
"id": 723,
"firstname": "Jyoti",
"lastname": "Kumari",
"skill": "Angular, C++, Java, Node.js, python",
"role": "Manager"
},
{
"id": 267,
"firstname": "Sahin",
"lastname": "Reja",
"skill": "Angular, C++, Java, Node.js, python",
"role": "Associate"
}
],
"skills": ["Angular", "C++", "Java", "Node.js", "python"],
"roles": ["Associate", "Manager", "Developer", "Designer", "Tester"]
}