Created
May 5, 2025 17:06
-
-
Save jj0hns0n/b2916d996f42a13306c7dbff48c01fb4 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
{ | |
"city": "Budapest", | |
"country": "Hungary", | |
"year": 2025, | |
"safest_neighborhoods": [ | |
{ | |
"name": "Csepel-Királyerdő", | |
"description": "A residential area in District XXI known for its family-friendly environment and relatively low crime rates.", | |
"source": "N/A" | |
}, | |
{ | |
"name": "Csepel-Ófalu", | |
"description": "The historic part of Csepel with a close-knit community and a reputation for being peaceful.", | |
"source": "N/A" | |
} | |
], | |
"high_crime_neighborhoods": [ | |
{ | |
"name": "Csepel-Kertváros", | |
"description": "An area in District XXI that has experienced issues with vandalism and occasional violent behavior, as noted by residents.", | |
"source": "https://www.reddit.com/r/budapest/comments/sxnl3f/has_the_public_security_improved_in_xx_and_xxi/" | |
}, | |
{ | |
"name": "Csepel-Belváros", | |
"description": "The central part of Csepel, which, like other outer districts, has been identified as having higher crime rates, including break-ins.", | |
"source": "https://dailynewshungary.com/the-most-crime-prone-regions-in-hungary-map/" | |
} | |
], | |
"disclaimer": "The safety information provided is based on available data and community reports. Specific neighborhood-level crime statistics for District XXI (Csepel) are limited, and residents' experiences may vary. For the most accurate and up-to-date information, consulting local authorities or recent community forums is recommended." | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment