GroceriStar/sd

View on GitHub
package/src/data/Recipe4/simple-recipe-4.json

Summary

Maintainability
Test Coverage
[{
"title": "Basic Fruit Salad",
"yields": {
"servings": "6"
},
"ingredients": [{
"name": "apple",
"amounts": {
"amount": "1",
"unit": "each",
"quantity": 0.333333333333333,
"displayQuantity": "1/3",
"metricQuantity": 59,
"metricDisplayQuantity": "59",
"metricUnit": "ml"
}
},
{
"name": "banana",
"amounts": {
"amount": "1",
"unit": "each",
"quantity": 0.333333333333333,
"displayQuantity": "1/3",
"metricQuantity": 59,
"metricDisplayQuantity": "59",
"metricUnit": "ml"
}
},
{
"name": "orange",
"amounts": {
"amount": "1",
"unit": "each",
"quantity": 0.333333333333333,
"displayQuantity": "1/3",
"metricQuantity": 59,
"metricDisplayQuantity": "59",
"metricUnit": "ml"
}
},
{
"name": "grapes",
"amounts": {
"amount": "10",
"unit": "cup",
"quantity": 0.333333333333333,
"displayQuantity": "1/3",
"metricQuantity": 59,
"metricDisplayQuantity": "59",
"metricUnit": "ml"
}
}
],
"directions": [{
"step": "Cut the apple into cubes",
"notes": [
"Use whole apples",
"Pears may be substituted, but produce a different flavor and mouthfeel"
]
},
{
"step": "Cut the banana into slices",
"notes": ["", ""]
},
{
"step": "Peel the orange, and divide into segments",
"notes": ["", ""]
},
{
"step": "Combine all ingredients in a bowl",
"notes": ["", ""]
},
{
"step": "Mix to combine",
"notes": ["", ""]
}
],
"notes": [
"This is a friendly recipe; giving, rather than throwing, is recommended.1",
"This is a friendly recipe; giving, rather than throwing, is recommended.2",
"This is a friendly recipe; giving, rather than throwing, is recommended.3"
]
}]