16 lines
401 B
JSON
16 lines
401 B
JSON
{
|
|
"hospitals": [
|
|
{
|
|
"id": 1,
|
|
"name": "Centre Hospitalier",
|
|
"address": "4, rue Ernest Barblé L-1210 Luxembourg",
|
|
"phone": "+352 44 11 11"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "Hopital Kirchberg",
|
|
"address": "9, rue Edward Steichen L-2540 Luxembourg",
|
|
"phone": "+352 24 68-1"
|
|
}
|
|
]
|
|
} |