-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdata.json
More file actions
35 lines (35 loc) · 1.04 KB
/
Copy pathdata.json
File metadata and controls
35 lines (35 loc) · 1.04 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
{
"donors" :{
"Ajay Dev D":{
"user_ID":"23456789",
"blood_group":"B +ve",
"phone":"9744689665",
"email":"ajaydev@gmail.com",
"address_line_1":"Thoppil House",
"address_line_2":"Elamkunnapzuzha,Vypin",
"city":"Ernakulam",
"state":"Kerala",
"pin":"682503"
},
"Arjun Dinesh":{
"blood_group":"B +ve",
"phone":"9446367471",
"email":"arjundinesh@gmail.com",
"address_line_1":"Thoppil House",
"address_line_2":"Elamkunnapzuzha,Vypin",
"city":"Ernakulam",
"state":"Kerala",
"pin":"682503"
},
"Dinesh C G":{
"blood_group":"B +ve",
"phone":"9567441967",
"email":"dineshcg@gmail.com",
"address_line_1":"Thoppil House",
"address_line_2":"Elamkunnapzuzha,Vypin",
"city":"Ernakulam",
"state":"Kerala",
"pin":"682503"
}
}
}