Skip to content

Instantly share code, notes, and snippets.

@joaovitorzv
Last active January 23, 2020 19:26
Show Gist options
  • Save joaovitorzv/779d5f69ace3db7cb0a76629b157d929 to your computer and use it in GitHub Desktop.
Save joaovitorzv/779d5f69ace3db7cb0a76629b157d929 to your computer and use it in GitHub Desktop.
{
"cars": [
{
"id": 1,
"image": "https://upload.wikimedia.org/wikipedia/commons/9/92/2017_Tesla_Model_X_100D_Front.jpg",
"label": "Tesla model X",
"description": "Tesla is a car that can increase the world life and update you lifestyle"
},
{
"id": 2,
"image": "https://abrilquatrorodas.files.wordpress.com/2018/08/bugatti-divo-01-e1535139370405.jpg?quality=70&strip=info&w=1024",
"label": "Bulgatti veron",
"description": "This is the most powerful car in the world"
},
{
"id": 3,
"image": "https://img.gta5-mods.com/q95/images/lamborghini-aventador-lp700-4-lb-works-limited-edition/58df13-33823E4E-C37F-49CF-B0C5-6A7B383D1ED0.jpeg",
"label": "Lamborghini Aventador",
"description": "You can get all girls you want with this car"
},
{
"id": 4,
"image": "http://www.carrosdub.com.br/wp-content/uploads/2017/03/celta-rebaixado-aro17-01-3.jpg",
"label": "Celta wind",
"description": "Full biches and go to the party you gonna be the boss"
},
{
"id": 5,
"image": "https://abrilveja.files.wordpress.com/2019/11/cybertruck_alta.jpg",
"label": "Tesla Cybertruck",
"description": "I like this sound and that format"
}
],
"cars/1":{
"id": 1,
"image": "https://upload.wikimedia.org/wikipedia/commons/9/92/2017_Tesla_Model_X_100D_Front.jpg",
"label": "Tesla model X",
"description": "Tesla is a car that can increase the world life and update you lifestyle"
},
"cars/2":{
"id": 2,
"image": "https://abrilquatrorodas.files.wordpress.com/2018/08/bugatti-divo-01-e1535139370405.jpg?quality=70&strip=info&w=1024",
"label": "Bulgatti veron",
"description": "This is the most powerful car in the world"
},
"cars/3":{
"id": 3,
"image": "https://img.gta5-mods.com/q95/images/lamborghini-aventador-lp700-4-lb-works-limited-edition/58df13-33823E4E-C37F-49CF-B0C5-6A7B383D1ED0.jpeg",
"label": "Lamborghini Aventador",
"description": "You can get all girls you want with this car"
},
"cars/4":{
"id": 4,
"image": "http://www.carrosdub.com.br/wp-content/uploads/2017/03/celta-rebaixado-aro17-01-3.jpg",
"label": "Celta wind",
"description": "Full biches and go to the party you gonna be the boss"
},
"cars/5":{
"id": 5,
"image": "https://abrilveja.files.wordpress.com/2019/11/cybertruck_alta.jpg",
"label": "Tesla Cybertruck",
"description": "I like this sound and that format"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment