Added sample ingredients
This commit is contained in:
12
src/json/sample.ingredients.json
Normal file
12
src/json/sample.ingredients.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"Peanut Butter Sandwich": {
|
||||
"Peanut Butter": {
|
||||
"quantity": 2,
|
||||
"units": "tbsp"
|
||||
},
|
||||
"Sliced Bread": {
|
||||
"quantity": 2,
|
||||
"units": "slices"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user