15 lines
273 B
JSON
15 lines
273 B
JSON
|
{
|
||
|
"name": "Zaragoza",
|
||
|
"bus": true,
|
||
|
"train": true,
|
||
|
"pharmacy": true,
|
||
|
"smoke": true,
|
||
|
"supermarkets": [
|
||
|
{
|
||
|
"type": "DIA",
|
||
|
"url": "https://goo.gl/maps/NLCXd7GdYWS2wgBMA"
|
||
|
}
|
||
|
],
|
||
|
"pool": true,
|
||
|
"gym": true
|
||
|
}
|