Created
March 11, 2025 15:49
-
-
Save saumier/f833337b59f10ede970164112535a2b2 to your computer and use it in GitHub Desktop.
GTQ Lieu JSON
This file contains hidden or 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
{ | |
"Lieu": { | |
"Nom": "Grand Théâtre de Québec", | |
"Description": [ | |
{ | |
"Langue": "fr", | |
"Texte": "Un important centre culturel de Québec, accueillant des spectacles variés." | |
}, | |
{ | |
"Langue": "en", | |
"Texte": "A major cultural center in Quebec City, hosting a variety of performances." | |
} | |
], | |
"Lieu_virtuel": false, | |
"Salles": [ | |
{ | |
"Nom": "Salle Louis-Fréchette", | |
"Description": "Une grande salle de spectacle avec une acoustique exceptionnelle.", | |
"Capacite": 1875 | |
}, | |
{ | |
"Nom": "Salle Octave-Crémazie", | |
"Description": "Une salle plus intime pour des performances variées.", | |
"Capacite": 500 | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment