Skip to content

Instantly share code, notes, and snippets.

@metacoma
Created November 1, 2024 19:40
Show Gist options
  • Save metacoma/21426badc05b01d311e439144cb4a47d to your computer and use it in GitHub Desktop.
Save metacoma/21426badc05b01d311e439144cb4a47d to your computer and use it in GitHub Desktop.
{
"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