-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
56 lines (56 loc) · 1.43 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
{
"donorList": [
{
"firstName": "Hema",
"lastName": "Vidhya",
"age": 13,
"dob": "2010-05-09T18:30:00.000Z",
"address": "52, Lingston Street, Ch-82",
"phoneNo": 7894560982,
"bloodGroup": "O+",
"healthDetails": "Good",
"organstoDonate": "Kidney/Heart",
"specificPurpose": "Both MT and ER",
"id": 1
},
{
"firstName": "Raman",
"lastName": "Vadivel",
"age": 18,
"dob": "2004-08-17T18:30:00.000Z",
"address": "28, Rajiv Gandhi Street, Peravallur, Ch-67",
"phoneNo": 6780981235,
"bloodGroup": "B-",
"healthDetails": "Good",
"organstoDonate": "All",
"specificPurpose": "Medical Transplant(MT)",
"id": 2
},
{
"firstName": "Hema",
"lastName": "Priya",
"age": 21,
"dob": "2002-03-24T18:30:00.000Z",
"address": "26, Kernel Avenue Street, Ch-67",
"phoneNo": 9087654234,
"bloodGroup": "A+",
"healthDetails": "Good",
"organstoDonate": "All",
"specificPurpose": "Medical Transplant(MT)",
"id": 3
},
{
"firstName": "Sowmiya",
"lastName": "Parthiban",
"age": 25,
"dob": "2002-10-23T18:30:00.000Z",
"address": "89, Golden Park, Ch-90",
"phoneNo": 7890564321,
"bloodGroup": "B+",
"healthDetails": "Good",
"organstoDonate": "Heart/Kidney",
"specificPurpose": "Both MT and ER",
"id": 4
}
]
}