Skip to content

Instantly share code, notes, and snippets.

@flickz
Last active August 12, 2018 12:45
Show Gist options
  • Save flickz/770a33b67f838872db3ba6ec3de00b90 to your computer and use it in GitHub Desktop.
Save flickz/770a33b67f838872db3ba6ec3de00b90 to your computer and use it in GitHub Desktop.
{
"no_of_rooms": 2,
"no_of_toilets": 1,
"no_of_bathrooms": 2,
"road_accessibility":"accessible",
"treated_water":true,
"bills_payment": ["light", "water", "security"],
"water_heater": true,
"ventilation": "ventilated",
"gated_community": true,
"security": true,
"landlord_lives_within": true,
"coordinates": [6.458111, 3.386842],
"pricing": 1000000.00,
"house_number": "2A",
"street": "kosoko street",
"lga": "Epe",
"state":"Lagos",
"country": "Nigeria",
"type": "Commerical",
"availableFor": "Sale"
},
{
"no_of_rooms": 2,
"no_of_toilets": 2,
"no_of_bathrooms": 2,
"road_accessibility":"accessible",
"treated_water":true,
"bills_payment": ["light", "water", "security"],
"water_heater": true,
"ventilation": "ventilated",
"gated_community": true,
"security": true,
"landlord_lives_within": true,
"coordinates": [6.457940, 3.386627],
"pricing": 1400000.00,
"house_number": "2A",
"street": "Akin ojo street",
"lga": "Epe",
"state":"Lagos",
"country": "Nigeria",
"type": "Commerical",
"availableFor": "Sale"
},
{
"no_of_rooms": 2,
"no_of_toilets": 2,
"no_of_bathrooms": 2,
"road_accessibility":"accessible",
"treated_water":true,
"bills_payment": ["light", "water", "security"],
"water_heater": true,
"ventilation": "ventilated",
"gated_community": true,
"security": true,
"landlord_lives_within": true,
"coordinates": [6.457940, 3.386815],
"pricing": 1400000.00,
"house_number": "2A",
"street": "Ayo ojo street",
"lga": "Epe",
"state":"Lagos",
"country": "Nigeria",
"type": "Commerical",
"availableFor": "Sale"
},
{
"no_of_rooms": 2,
"no_of_toilets": 2,
"no_of_bathrooms": 2,
"road_accessibility":"accessible",
"treated_water":true,
"bills_payment": ["light", "water", "security"],
"water_heater": true,
"ventilation": "ventilated",
"gated_community": true,
"security": true,
"landlord_lives_within": true,
"coordinates": [6.457503, 3.386869],
"pricing": 1700000.00,
"house_number": "2A",
"street": "Ajose Adeogun street",
"lga": "Epe",
"state":"Lagos",
"country": "Nigeria",
"type": "Commerical",
"availableFor": "Sale"
},
{
"no_of_rooms": 2,
"no_of_toilets": 2,
"no_of_bathrooms": 2,
"road_accessibility":"accessible",
"treated_water":true,
"bills_payment": ["light", "water", "security"],
"water_heater": true,
"ventilation": "ventilated",
"gated_community": true,
"security": true,
"landlord_lives_within": true,
"coordinates": [6.457471, 3.387362],
"pricing": 4800000.00,
"house_number": "2A",
"street": "Samuel street",
"lga": "Epe",
"state":"Lagos",
"country": "Nigeria",
"type": "Commerical",
"availableFor": "Sale"
},
{
"no_of_rooms": 2,
"no_of_toilets": 2,
"no_of_bathrooms": 2,
"road_accessibility":"accessible",
"treated_water":true,
"bills_payment": ["light", "water", "security"],
"water_heater": true,
"ventilation": "ventilated",
"gated_community": true,
"security": true,
"landlord_lives_within": true,
"coordinates": [6.457418, 3.386987],
"pricing": 2800000.00,
"house_number": "2A",
"street": "Ajose Adeogun street",
"lga": "Epe",
"state":"Lagos",
"country": "Nigeria",
"type": "Commerical",
"availableFor": "Sale"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment