Last active
April 30, 2021 22:22
-
-
Save zachlendon/79cdcaebef38e965dced6e09a78318f7 to your computer and use it in GitHub Desktop.
car json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{ | |
| "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