-
Notifications
You must be signed in to change notification settings - Fork 4
/
person_data.json
62 lines (62 loc) · 1.25 KB
/
person_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
[
{
"id": "5bbf590a4bfd65789b9512ce",
"firstname": "Church",
"lastname": "Mckinney",
"contactinfo": {
"city": "Ballico",
"zipcode": "938",
"phone": "+1 (854) 537-3050"
}
},
{
"id": "5bbf590a42baed9048a7dc5c",
"firstname": "Katrina",
"lastname": "Dotson",
"contactinfo": {
"city": "Allendale",
"zipcode": "8203",
"phone": "+1 (908) 556-3374"
}
},
{
"id": "5bbf590a17b1905e30735778",
"firstname": "Romero",
"lastname": "Kirk",
"contactinfo": {
"city": "Condon",
"zipcode": "8999",
"phone": "+1 (989) 538-2933"
}
},
{
"id": "5bbf590a270a039e03ebc49d",
"firstname": "Jana",
"lastname": "Hess",
"contactinfo": {
"city": "Macdona",
"zipcode": "5917",
"phone": "+1 (876) 544-3171"
}
},
{
"id": "5bbf590a43b70a45098d5a38",
"firstname": "Jennings",
"lastname": "Little",
"contactinfo": {
"city": "Kersey",
"zipcode": "4110",
"phone": "+1 (905) 599-3843"
}
},
{
"id": "5bbf590afa26874dc83886a1",
"firstname": "Buckner",
"lastname": "Nelson",
"contactinfo": {
"city": "Connerton",
"zipcode": "1893",
"phone": "+1 (820) 452-3491"
}
}
]