Files
CS361-Portfolio-Project/recipes/recipes.json
2022-04-28 22:15:45 -07:00

11 lines
194 B
JSON

{
"0": {
"quantity": "2",
"name": "Sourdough",
"ingredients": {
"ap_flour": "1000",
"water": "600",
"salt": "20"
}
}
}