Files
CS361-Portfolio-Project/recipes/recipes.json
2022-04-29 17:11:38 -07:00

26 lines
541 B
JSON

{
"3": {
"quantity": "2",
"name": "Sourdough",
"ingredients": {
"AP Flour": 800,
"WW Flour": 200,
"Water": 700,
"Salt": 20,
"Yeast": 0,
"Starter": 50
}
},
"7": {
"quantity": "5",
"name": "Sourdough * 2.5",
"ingredients": {
"AP Flour": 2000,
"WW Flour": 500,
"Water": 1750,
"Salt": 50,
"Yeast": 0,
"Starter": 125
}
}
}