Skip to content

Instantly share code, notes, and snippets.

@palcalde
Created June 26, 2020 12:16
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 palcalde/6c19259bd32dd6aafa327fa557859c2f to your computer and use it in GitHub Desktop.
Save palcalde/6c19259bd32dd6aafa327fa557859c2f to your computer and use it in GitHub Desktop.
Products.json
{
"products": [
{
"code": "VOUCHER",
"name": "Cabify Voucher",
"price": 5
},
{
"code": "TSHIRT",
"name": "Cabify T-Shirt",
"price": 20
},
{
"code": "MUG",
"name": "Cabify Coffee Mug",
"price": 7.5
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment