Skip to content

Instantly share code, notes, and snippets.

@chenkie
Created January 19, 2021 02:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chenkie/9bd80bc2767e72f71582a02e05c7f853 to your computer and use it in GitHub Desktop.
Save chenkie/9bd80bc2767e72f71582a02e05c7f853 to your computer and use it in GitHub Desktop.
[
{
"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