Last active
March 2, 2023 18:07
-
-
Save teles/c3da00012e9d3305b17392512a855fb9 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": "Couch", | |
"price": 1000, | |
"description": "Nice and comfy couch used just twice to smoke marijuana with Joe Biden", | |
"condition": "used", | |
"image": "" | |
}, | |
{ | |
"name": "G.I Joe", | |
"price": 10, | |
"description": "Original action figure G.I Joe from the year of 1973", | |
"condition": "used", | |
"image": "" | |
}, | |
{ | |
"name": "Fofão Toy", | |
"price": 10, | |
"description": "Original action figure G.I Joe from the year of 1973 (includes original knife)", | |
"condition": "used", | |
"image": "" | |
}, | |
{ | |
"name": "Spiderman first comic", | |
"price": 223423, | |
"description": "Signed by Stan Lee", | |
"condition": "used", | |
"image": "https://legendary-digital-network-assets.s3.amazonaws.com/wp-content/uploads/2021/09/12210235/clean.jpg" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment