Created
January 19, 2021 02:27
-
-
Save chenkie/9bd80bc2767e72f71582a02e05c7f853 to your computer and use it in GitHub Desktop.
This file contains 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
[ | |
{ | |
"name": "T-Shirt", | |
"description": "Great fit, super comfy", | |
"image": "https://i.imgur.com/KeQtXT3.png", | |
"price": 25, | |
"sku": "123" | |
}, | |
{ | |
"name": "Sweater", | |
"description": "Awesome for cold days", | |
"image": "https://i.imgur.com/fVpadKg.png", | |
"price": 50, | |
"sku": "456" | |
}, | |
{ | |
"name": "Button Down", | |
"description": "A little fancier", | |
"image": "https://i.imgur.com/JxGBvyj.png", | |
"price": 30, | |
"sku": "789" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment