Files
CS361-Portfolio-Project/recipes.json
2022-05-12 09:12:30 -07:00

28 lines
586 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
}
},
"1": {
"quantity": "2",
"name": "Sourdough * 1.0",
"ingredients": {
"AP Flour": 500,
"WW Flour": 500,
"Rye Flour": 0,
"Water": 0,
"Salt": 0,
"Yeast": 0,
"Starter": 0
}
}
}