Skip to content

Instantly share code, notes, and snippets.

@zachlendon
Last active April 30, 2021 22:22
Show Gist options
  • Select an option

  • Save zachlendon/79cdcaebef38e965dced6e09a78318f7 to your computer and use it in GitHub Desktop.

Select an option

Save zachlendon/79cdcaebef38e965dced6e09a78318f7 to your computer and use it in GitHub Desktop.
car json
[{
"brand": "Toyota",
"make": "Corolla",
"year": "2015",
"imageUrl": "http://s3.caradvice.com.au/thumb/1000/562/wp-content/uploads/2015/06/2015-toyota-corolla-zr-4.jpg",
"price": "19200"
},
{
"brand": "Honda",
"make": "Civic",
"year": "2016",
"imageUrl": "https://cars.usnews.com/static/images/Auto/izmo/i2314304/2016_honda_civic_angularrear.jpg",
"price": "21600"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment