Created
January 11, 2024 11:14
-
-
Save ralts00/e53dc6b7e408aa1d06f8683a1a7e5f1e to your computer and use it in GitHub Desktop.
kueski malls
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cities": [ | |
{ | |
"name": "CDMX", | |
"shoppingCenters": [ | |
{ | |
"name": "Artz Pedregal", | |
"location": { | |
"coordinates": { | |
"latitude": 19.3628, | |
"longitude": -99.1911 | |
} | |
}, | |
"stores": [ | |
{"name": "Abercrombie & Fitch"}, | |
{"name": "Bath & Body Works"}, | |
{"name": "Brooks Brothers"}, | |
{"name": "Calvin Klein"}, | |
{"name": "COACH"} | |
], | |
"hours": "11am - 8pm" | |
}, | |
{ | |
"name": "Centro Santa Fe", | |
"location": { | |
"coordinates": { | |
"latitude": 19.3629, | |
"longitude": -99.2722 | |
} | |
}, | |
"stores": [ | |
{"name": "Abercrombie & Fitch"}, | |
{"name": "Bath & Body Works"}, | |
{"name": "Brooks Brothers"}, | |
{"name": "Calvin Klein"}, | |
{"name": "COACH"} | |
], | |
"hours": "11am - 8pm" | |
}, | |
{ | |
"name": "Plaza Satelite", | |
"location": { | |
"coordinates": { | |
"latitude": 19.5183, | |
"longitude": -99.2301 | |
} | |
}, | |
"stores": [ | |
{"name": "Abercrombie & Fitch"}, | |
{"name": "Bath & Body Works"}, | |
{"name": "Brooks Brothers"}, | |
{"name": "COACH"} | |
], | |
"hours": "11am - 8pm" | |
} | |
] | |
}, | |
{ | |
"name": "Puebla", | |
"shoppingCenters": [ | |
{ | |
"name": "Angelopolis", | |
"location": { | |
"coordinates": { | |
"latitude": 19.0244, | |
"longitude": -98.1991 | |
} | |
}, | |
"stores": [ | |
{"name": "Abercrombie & Fitch"}, | |
{"name": "Brooks Brothers"}, | |
{"name": "Calvin Klein"}, | |
{"name": "COACH"}, | |
{"name": "Guess"} | |
], | |
"hours": "11am - 8pm" | |
}, | |
{ | |
"name": "Parque Puebla", | |
"location": { | |
"coordinates": { | |
"latitude": 19.0330, | |
"longitude": -98.2415 | |
} | |
}, | |
"stores": [ | |
{"name": "Calvin Klein"}, | |
{"name": "Guess"}, | |
{"name": "Reduced"}, | |
{"name": "Tommy Hilfiger"}, | |
{"name": "Urban Store"} | |
], | |
"hours": "11am - 8pm" | |
} | |
] | |
}, | |
{ | |
"name": "GDL", | |
"shoppingCenters": [ | |
{ | |
"name": "Andares", | |
"location": { | |
"coordinates": { | |
"latitude": 20.7167, | |
"longitude": -103.4306 | |
} | |
}, | |
"stores": [ | |
{"name": "Abercrombie & Fitch"}, | |
{"name": "Brooks Brothers"}, | |
{"name": "Calvin Klein"}, | |
{"name": "Guess"}, | |
{"name": "TAF"} | |
], | |
"hours": "11am - 8pm" | |
}, | |
{ | |
"name": "Midtown", | |
"location": { | |
"coordinates": { | |
"latitude": 20.7063, | |
"longitude": -103.4143 | |
} | |
}, | |
"stores": [ | |
{"name": "Abercrombie & Fitch"}, | |
{"name": "Calvin Klein"}, | |
{"name": "Guess"}, | |
{"name": "TAF"}, | |
{"name": "Urban Store"} | |
], | |
"hours": "11am - 8pm" | |
} | |
] | |
}, | |
{ | |
"name": "Queretaro", | |
"shoppingCenters": [ | |
{ | |
"name": "Antea", | |
"location": { | |
"coordinates": { | |
"latitude": 20.6017, | |
"longitude": -100.3911 | |
} | |
}, | |
"stores": [ | |
{"name": "Abercrombie & Fitch"}, | |
{"name": "Bath & Body Works"}, | |
{"name": "Brooks Brothers"}, | |
{"name": "Calvin Klein"}, | |
{"name": "COACH"} | |
], | |
"hours": "11am - 8pm" | |
}, | |
{ | |
"name": "Premium Outlets", | |
"location": { | |
"coordinates": { | |
"latitude": 20.6189, | |
"longitude": -100.3931 | |
} | |
}, | |
"stores": [ | |
{"name": "Calvin Klein"}, | |
{"name": "Guess"}, | |
{"name": "Reduced"}, | |
{"name": "Tommy Hilfiger"}, | |
{"name": "Urban Store"} | |
], | |
"hours": "11am - 8pm" | |
} | |
] | |
}, | |
{ | |
"name": "Monterrey", | |
"shoppingCenters": [ | |
{ | |
"name": "Punto Valle", | |
"location": { | |
"coordinates": { | |
"latitude": 25.6375, | |
"longitude": -100.2896 | |
} | |
}, | |
"stores": [ | |
{"name": "Bath & Body Works"}, | |
{"name": "Brooks Brothers"}, | |
{"name": "Calvin Klein"}, | |
{"name": "COACH"}, | |
{"name": "Guess"} | |
], | |
"hours": "11am - 8pm" | |
} | |
] | |
} | |
] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment