Skip to content

Instantly share code, notes, and snippets.

@Craga89
Last active August 17, 2018 12:27
Show Gist options
  • Save Craga89/fa6f9bab39f32283312c4b35d68717f5 to your computer and use it in GitHub Desktop.
Save Craga89/fa6f9bab39f32283312c4b35d68717f5 to your computer and use it in GitHub Desktop.
Aptitude Test - Address Data
[
{
"owner": "Carlos Vives",
"address": {
"line1": "Flat 5",
"line4": "7 Westbourne Terrace",
"postCode": "W2 3UL",
"city": "London",
"country": "U.K."
},
"airbnbId": 3512500,
"numberOfBedrooms": 1,
"numberOfBathrooms": 1,
"incomeGenerated": 20521.34
},
{
"owner": "Ankur Singh",
"address": {
"line1": "4",
"line2": "Tower Mansions",
"line3": "Off Station road",
"line4": "86-87 Grange Road",
"postCode": "SE1 3BW",
"city": "London",
"country": "U.K."
},
"airbnbId": 1334159,
"numberOfBedrooms": 3,
"numberOfBathrooms": 1,
"incomeGenerated": 53302.60
},
{
"owner": "Elaine Benes",
"address": {
"line1": "4",
"line2": "332b",
"line4": "Goswell Road",
"postCode": "EC1V 7LQ",
"city": "London",
"country": "U.K."
},
"airbnbId": 12220057,
"numberOfBedrooms": 2,
"numberOfBathrooms": 2,
"incomeGenerated": 12108.53
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment