Last active
July 21, 2020 12:50
-
-
Save anmolseth06/64bd6c5a2c259918e52b4cc91e4ced11 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
[ | |
{ | |
"id": 1, | |
"title": "Apple", | |
"imageUrl": "https://produits.bienmanger.com/36433-0w470h470_Organic_Apples_Fuj.jpg", | |
"quantity": 10 | |
}, | |
{ | |
"id": 2, | |
"title": "Mango", | |
"imageUrl": "https://images-na.ssl-images-amazon.com/images/I/31KSJIUe16L._SX450_.jpg", | |
"quantity": 2 | |
}, | |
{ | |
"id": 3, | |
"title": "PineApple", | |
"imageUrl": "https://www.healthifyme.com/blog/wp-content/uploads/2015/12/shutterstock_1670265607-1.jpg", | |
"quantity": 5 | |
}, | |
{ | |
"id": 4, | |
"title": "Orange", | |
"imageUrl": "https://i.ndtvimg.com/i/2016-08/orange_625x350_51471855916.jpg", | |
"quantity": 9 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment