Created
May 29, 2025 10:03
-
-
Save andilabs/0b924715f05695778fe2cdafcdcf9d48 to your computer and use it in GitHub Desktop.
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
[ | |
{ | |
"id": 1, | |
"name": "Eiffel Tower", | |
"lat": 48.8584, | |
"lng": 2.2945, | |
"description": "The iconic iron landmark of Paris." | |
}, | |
{ | |
"id": 2, | |
"name": "Colosseum", | |
"lat": 41.8902, | |
"lng": 12.4922, | |
"description": "An ancient amphitheatre in the center of Rome." | |
}, | |
{ | |
"id": 3, | |
"name": "Statue of Liberty", | |
"lat": 40.6892, | |
"lng": -74.0445, | |
"description": "A colossal neoclassical sculpture on Liberty Island in New York Harbor." | |
}, | |
{ | |
"id": 4, | |
"name": "Big Ben", | |
"lat": 51.5007, | |
"lng": -0.1246, | |
"description": "The iconic clock tower located at the Palace of Westminster in London." | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment