diff --git a/src/json/sample.ingredients.json b/src/json/sample.ingredients.json new file mode 100644 index 0000000..59ed92f --- /dev/null +++ b/src/json/sample.ingredients.json @@ -0,0 +1,12 @@ +{ + "Peanut Butter Sandwich": { + "Peanut Butter": { + "quantity": 2, + "units": "tbsp" + }, + "Sliced Bread": { + "quantity": 2, + "units": "slices" + } + } +} \ No newline at end of file