Created
May 24, 2022 06:26
-
-
Save veritem/8bc0c2272db6a376e4975d6b71fc0e57 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
[ | |
{ | |
"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