Skip to content

Instantly share code, notes, and snippets.

@demianbrecht
Created October 13, 2021 21:39
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 demianbrecht/f725e25698be49cd359b95293f4b22c1 to your computer and use it in GitHub Desktop.
Save demianbrecht/f725e25698be49cd359b95293f4b22c1 to your computer and use it in GitHub Desktop.
data = [
{
"id": 0,
"name": "Americano",
"price": 1.99
},
{
"id": 1,
"name": "Espresso",
"price": 1.49
},
{
"id": 2,
"name": "Doppio",
"price": 1.99
},
{
"id": 3,
"name": "Latte",
"price": 4.99
},
{
"id": 4,
"name": "Cappuccino",
"price": 3.99
},
{
"id": 5,
"name": "Cortado",
"price": 3.49
},
{
"id": 6,
"name": "Macchiato",
"price": 2.49
},
{
"id": 7,
"name": "Lungo",
"price": 1.99
},
{
"id": 8,
"name": "Ristretto",
"price": 1.99
},
{
"id": 9,
"name": "Mocha",
"price": 5.99
},
{
"id": 10,
"name": "Flat White",
"price": 2.49
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment