1 { 2 name: "guacamole.json", 3 steps: [ 4 { 5 text: "Use a spoon to scoop the flesh of the avocados into a bowl." 6 }, 7 { 8 text: "Mash with a fork until fairly smooth and creamy. Preserve some small solid chunks to add texture." 9 }, 10 { 11 text: "Add the juice of the lime. ", 12 img: "step-3-lime.jpg" 13 }, 14 { 15 text: "Add the cilantro." 16 }, 17 { 18 text: "Mix thoroughly." 19 } 20 ], 21 summary: "Some guacamole recipes call for many ingredients and can be a pain to prepare. This super simple guac can be thrown together in a couple of minutes and tastes great.", 22 title: "Super simple guacamole", 23 img: "guacamole.jpg", 24 serving: "", 25 ingredients: [ 26 { 27 text: "2 ripe avocados" 28 }, 29 { 30 text: "1 lime" 31 }, 32 { 33 text: "2 tbsp cilantro" 34 } 35 ] 36 }