-
Notifications
You must be signed in to change notification settings - Fork 0
/
db.json
58 lines (58 loc) · 1.26 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"company": [
{
"id": 1,
"name": "Fariba Ahmadi",
"email": "[email protected]",
"phone": "09121212122",
"Address": "1st street",
"type": "Woman",
"edu":"deg 1"
},
{
"id": 2,
"name": "Ali Eslami",
"email": "[email protected]",
"phone": "0912121212",
"Address": "no 5, 5th street,\nchennai,\nIndai",
"type": "Man",
"edu":"deg 1"
},
{
"id": 3,
"name": "Farhad Imani",
"email": "[email protected]",
"phone": "0912121212",
"Address": "No 2, vijaya nager,\nchennai, India",
"type": "Man",
"edu":"deg 2"
},
{
"id": 4,
"name": "Nima Salehi",
"email": "[email protected]",
"phone": "0912121212",
"Address": "No 2, vijaya nager,\nchennai, India",
"type": "Man",
"edu":"deg 2"
},
{
"id": 5,
"name": "Farid Eezami",
"email": "[email protected]",
"phone": "0912121212",
"Address": "No 2, vijaya nager,\nchennai, India",
"type": "Man",
"edu":"deg 3"
},
{
"id": 6,
"name": "Zahra Amini",
"email": "[email protected]",
"phone": "0912121212",
"Address": "No 2, vijaya nager,\nchennai, India",
"type": "Woman",
"edu":"deg 3"
}
]
}