Skip to content

Instantly share code, notes, and snippets.

@veritem
Created May 24, 2022 06:26
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 veritem/8bc0c2272db6a376e4975d6b71fc0e57 to your computer and use it in GitHub Desktop.
Save veritem/8bc0c2272db6a376e4975d6b71fc0e57 to your computer and use it in GitHub Desktop.
[
{
"title": "Brown eggs",
"type": "dairy",
"description": "Raw organic brown eggs in a basket",
"price": 28.1,
"bought": false
},
{
"title": "Sweet fresh stawberry",
"type": "fruit",
"description": "Sweet fresh stawberry on the wooden table",
"price": 29.45,
"bought": false
},
{
"title": "Asparagus",
"type": "vegetable",
"description": "Asparagus with ham on the wooden table",
"price": 18.95,
"bought": false
},
{
"title": "Green smoothie",
"type": "dairy",
"description": "Glass of green smoothie with quail egg's yolk, served with cocktail tube, green apple and baby spinach leaves over tin surface.",
"price": 17.68,
"bought": false
},
{
"title": "Raw legums",
"type": "vegetable",
"description": "Raw legums on the wooden table",
"price": 17.11,
"bought": false
},
{
"title": "Baking cake",
"type": "dairy",
"description": "Baking cake in rural kitchen - dough recipe ingredients (eggs, flour, sugar) on vintage wooden table from above.",
"price": 11.14,
"bought": false
},
{
"title": "Pesto with basil",
"type": "vegetable",
"description": "Italian traditional pesto with basil, chesse and oil",
"price": 18.19,
"bought": false
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment