-
Notifications
You must be signed in to change notification settings - Fork 0
/
distributioncenter.json
67 lines (67 loc) · 1.11 KB
/
distributioncenter.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
[
{
"id": "1",
"address": {
"city": "Salt Lake City",
"state": "Utah",
"country": "US",
"latitude": 40.71,
"longitude": -111.90
},
"contact": {
"name": "Andrew Rich"
}
},
{
"id": "2",
"address": {
"city": "Cincinnati",
"state": "Ohio",
"country": "US",
"latitude": 39.10,
"longitude": -84.49
},
"contact": {
"name": "John Doe"
}
},
{
"id": "3",
"address": {
"city": "Albany",
"state": "New York",
"country": "US",
"latitude": 42.65,
"longitude": -73.75
},
"contact": {
"name": "Mary Joe"
}
},
{
"id": "4",
"address": {
"city": "San Francisco",
"state": "California",
"country": "US",
"latitude": 37.73,
"longitude": -122.44
},
"contact": {
"name": "Jane Joe"
}
},
{
"id": "5",
"address": {
"city": "Minot",
"state": "North Dakota",
"country": "US",
"latitude": 48.23,
"longitude": -101.29
},
"contact": {
"name": "Mindy Jackson"
}
}
]