Last active
January 16, 2022 02:29
-
-
Save Jumori/c3451ba65a5027470122a81354718193 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
{ | |
"products": [ | |
{ | |
"id": "1", | |
"title": "Produto 01", | |
"image_url": "https://via.placeholder.com/500", | |
"price": 20 | |
}, | |
{ | |
"id": "2", | |
"title": "Produto 02", | |
"image_url": "https://via.placeholder.com/500", | |
"price": 50 | |
}, | |
{ | |
"id": "3", | |
"title": "Produto 03", | |
"image_url": "https://via.placeholder.com/500", | |
"price": 70 | |
}, | |
{ | |
"id": "4", | |
"title": "Produto 04", | |
"image_url": "https://via.placeholder.com/500", | |
"price": 90 | |
}, | |
{ | |
"id": "5", | |
"title": "Produto 05", | |
"image_url": "https://via.placeholder.com/500", | |
"price": 10 | |
}, | |
{ | |
"id": "6", | |
"title": "Produto 06", | |
"image_url": "https://via.placeholder.com/500", | |
"price": 2 | |
}, | |
{ | |
"id": "7", | |
"title": "Produto 07", | |
"image_url": "https://via.placeholder.com/500", | |
"price": 35 | |
}, | |
{ | |
"id": "8", | |
"title": "Produto 08", | |
"image_url": "https://via.placeholder.com/500", | |
"price": 63 | |
}, | |
{ | |
"id": "9", | |
"title": "Produto 09", | |
"image_url": "https://via.placeholder.com/500", | |
"price": 27.8 | |
}, | |
{ | |
"id": "10", | |
"title": "Produto 10", | |
"image_url": "https://via.placeholder.com/500", | |
"price": 100.1 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment