Created
November 1, 2024 19:40
-
-
Save metacoma/21426badc05b01d311e439144cb4a47d 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
{ | |
"house": { | |
"detail": "The house is located on Suze Robertssonstraat 7", | |
"link": "https://www.google.com/maps/place/Suze+Robertsonstraat+7", | |
"color": "red: 255, green: 120, blue: 120, alpha: 255", | |
"type": "building", | |
"address": "Suze Robertsoonstraat 7", | |
"floors": 18, | |
"apartment1": { | |
"residents": 3, | |
"detail": "Family and child", | |
"link": "https://www.google.com/search?q=apartment1&btnI=I", | |
"color": "red: 120, green: 100, blue: 120, alpha: 255", | |
"type": "apartment", | |
"floor": "1", | |
"resident1": { | |
"name": "Steven Peterson", | |
"link": "https://en.wikipedia.org/wiki/Peterson,_Steven", | |
"sex": "male", | |
"age": "16" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment