Files
CS361-Portfolio-Project/recipes/recipes.json
2022-05-02 22:06:42 -07:00

15 lines
291 B
JSON

{
"0": {
"quantity": "2",
"name": "Sourdough",
"ingredients": {
"AP Flour": 500,
"WW Flour": 500,
"Rye Flour": 0,
"Water": 0,
"Salt": 0,
"Yeast": 0,
"Starter": 0
}
}
}