{
  "recipe": {
    "information": {
      "name": "Peas with Butter",
      "image": "https://webster.cs.washington.edu/cse154/services/section/recipe/recipes/peas.jpg",
      "author": "Vance McElmurry",
      "category": "Entree",
      "subcategory": "Vegetarian",
      "description": {
        "serves": "4",
        "text": "A simple, but delicious frozen pea recipe."
      }
    },
    "ingredients": {
      "item": [
        {
          "amount": "1 lb",
          "text": "Frozen Peas"
        },
        {
          "amount": "1/4 cup",
          "text": "Water"
        },
        {
          "amount": "to taste",
          "text": "Salt"
        },
        {
          "amount": "to taste",
          "text": "Pepper"
        },
        {
          "amount": "1 tbsp",
          "text": "Butter"
        }
      ]
    },
    "directions": {
      "step": [
        "Place the frozen peas and water in a microwavable bowl.",
        "Place the lid on th ebowl and cook in th emicorwave for 4 minutes.",
        "Stir the bowl and cook in th emicrowave for another 4 minutes.",
        "Stir the bowl again and add the butter, salt and pepper.",
        "Cook for another 4 minutes."
      ]
    }
  }
}
