-
Notifications
You must be signed in to change notification settings - Fork 3
/
data.json
79 lines (79 loc) · 1.99 KB
/
data.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[
{
"firstname": "Suhail",
"lastname": "Roushan",
"email": "[email protected]",
"phone": "+919618211626",
"address": "Hyderabad"
},
{
"firstname": "John",
"lastname": "Doe",
"email": "[email protected]",
"phone": "+1-555-555-1234",
"address": "123 Main Street"
},
{
"firstname": "Jane",
"lastname": "Doe",
"email": "[email protected]",
"phone": "+1-555-555-5678",
"address": "456 Maple Avenue"
},
{
"firstname": "Bob",
"lastname": "Smith",
"email": "[email protected]",
"phone": "+1-555-555-9876",
"address": "789 Oak Street"
},
{
"firstname": "Alice",
"lastname": "Johnson",
"email": "[email protected]",
"phone": "+1-555-555-2468",
"address": "10 Elm Road"
},
{
"firstname": "David",
"lastname": "Lee",
"email": "[email protected]",
"phone": "+1-555-555-1357",
"address": "321 Pine Lane"
},
{
"firstname": "Amy",
"lastname": "Chen",
"email": "[email protected]",
"phone": "+1-555-555-3690",
"address": "654 Cedar Street"
},
{
"firstname": "Eric",
"lastname": "Wong",
"email": "[email protected]",
"phone": "+1-555-555-8024",
"address": "987 Birch Avenue"
},
{
"firstname": "Maria",
"lastname": "Garcia",
"email": "[email protected]",
"phone": "+1-555-555-0246",
"address": "753 Oakwood Drive"
},
{
"firstname": "William",
"lastname": "Brown",
"email": "[email protected]",
"phone": "+1-555-555-4680",
"address": "246 Maple Street"
},
{
"firstname": "Laura",
"lastname": "Taylor",
"email": "[email protected]",
"phone": "+1-555-555-8023",
"address": "369 Elm Avenue"
}
]