GroceriStar/sd

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

Summary

Maintainability
Test Coverage
[{
"title": "Basic Fruit Salad",
"yields": {
"servings": "6"
},
"ingredients": [{
"name": "apple",
"amounts": {
"amount": "1",
"unit": "each"
}
},
{
"name": "banana",
"amounts": {
"amount": "1",
"unit": "each"
}
},
{
"name": "orange",
"amounts": {
"amount": "1",
"unit": "each"
}
},
{
"name": "grapes",
"amounts": {
"amount": "10",
"unit": "cup"
}
}
],
"directions": [
"Cut the apple into cubes",
"Cut the banana into slices",
"Peel the orange, and divide into segments",
"Combine all ingredients in a bowl",
"Mix to combine"
]
}]