-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
56 lines (56 loc) · 1.18 KB
/
Copy pathdb.json
File metadata and controls
56 lines (56 loc) · 1.18 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
{
"users": [
{
"id": "1",
"name": "Ali",
"username": "ali123",
"email": "ali@example.com",
"phone": "12345678",
"address": {
"street": "Street 1",
"suite": "Apt. 10",
"city": "Karachi",
"zipcode": "75000"
}
},
{
"id": "c276",
"name": "mutahir Hussai",
"username": "mutahir1212",
"email": "mutahir@gmail.com",
"phone": "234323443",
"address": {
"street": "Azal shah town",
"suite": "masjid",
"city": "Nawabshah",
"zipcode": "23434234"
}
},
{
"id": "82de",
"name": "Munib",
"username": "munib1212",
"email": "munibsoomro1212@gmail.com",
"phone": "2342342343",
"address": {
"street": "afzal",
"suite": "shah town",
"city": "nawabshah",
"zipcode": "33442"
}
},
{
"id": "f9cb",
"name": "mutahir",
"username": "mutahir232434",
"email": "inf@gmail.cm",
"phone": "03130387953",
"address": {
"street": "Afzal Shah Town",
"suite": "hhk",
"city": "kljklj",
"zipcode": "64700"
}
}
]
}