Created
June 28, 2021 22:52
-
-
Save woodyalan/ca56a101aff84e8838636c8c67ef8325 to your computer and use it in GitHub Desktop.
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
[ | |
{ | |
"modelo": "Monza", | |
"marca": "Chevrolet", | |
"ano": 1990, | |
"quilometragem": 40000, | |
"cor": "Prata", | |
"valor": 8000.00, | |
"foto": "https://s2.glbimg.com/RXhS4869wbzUHe6wMJSun79KkOQ=/0x0:620x413/984x0/smart/filters:strip_icc()/i.s3.glbimg.com/v1/AUTH_cf9d035bf26b4646b105bd958f32089d/internal_photos/bs/2020/D/H/x6ZIJIT2KwZABkJrFyFA/2016-08-19-monza08.jpg" | |
}, | |
{ | |
"modelo": "Fusca", | |
"marca": "VW", | |
"ano": 1987, | |
"quilometragem": 102000, | |
"cor": "Azul", | |
"valor": 4000.00, | |
"foto": "https://p2.trrsf.com/image/fget/cf/460/0/images.terra.com/2019/11/29/fusca.png" | |
}, | |
{ | |
"modelo": "Gol GTi", | |
"marca": "VW", | |
"ano": 1994, | |
"quilometragem": 65000, | |
"cor": "Prata", | |
"valor": 8000.00, | |
"foto": "https://motortudo.com/wp-content/uploads/2018/11/Gol-GTi-2.0-1994-4-1.jpeg" | |
}, | |
{ | |
"modelo": "Elba", | |
"marca": "Fiat", | |
"ano": 1995, | |
"quilometragem": 55000, | |
"cor": "Vermelha", | |
"valor": 3000.00, | |
"foto": "https://i.pinimg.com/564x/6a/7c/07/6a7c076db428866780dc135c1cdf388c.jpg" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment