{
  "format": "local-meal-planner",
  "version": 1,
  "recipes": [
    {
      "name": "Easy Chicken Tortilla Soup",
      "source_url": "https://dashofsanity.com/easy-chicken-tortilla-soup/",
      "servings": 8,
      "instructions": [
        "Add all of the ingredients into a pot and place over medium-high heat and allow to come to a slow boil.",
        "Reduce heat to low. Cover partially with a lid and cook for 20 minutes.",
        "For the last 5 minutes of cooking time remove the lid and allow it to continue to simmer. Remove from heat and let it sit off the heat for 5 minutes before serving. This will allow it to thicken up and cool off a bit."
      ],
      "macros": {
        "calories": 140.0,
        "protein_g": 3.0,
        "carbs_g": 4.0,
        "fat_g": 12.0
      },
      "ingredients": [
        {
          "raw_text": "32 ounces Imagine® Organic Chicken Broth",
          "name": "organic chicken broth",
          "quantity": 32.0,
          "unit": "oz",
          "optional": false,
          "quantity_max": null,
          "section": "Ingredients"
        },
        {
          "raw_text": "2/3 cup Ranch Dressing",
          "name": "ranch dressing",
          "quantity": 0.6666666666666666,
          "unit": "cup",
          "optional": false,
          "quantity_max": null,
          "section": "Ingredients"
        },
        {
          "raw_text": "2 cup shredded Rotisserie Chicken",
          "name": "rotisserie chicken",
          "quantity": 2.0,
          "unit": "cup",
          "optional": false,
          "quantity_max": null,
          "section": "Ingredients"
        },
        {
          "raw_text": "2 14.5 ounce cans Diced Tomatoes with Green Chiles",
          "name": "diced tomatoes with green chiles",
          "quantity": 2.0,
          "unit": "can",
          "optional": false,
          "quantity_max": null,
          "section": "Ingredients"
        },
        {
          "raw_text": "1 package Mild Taco Seasoning",
          "name": "taco seasoning",
          "quantity": 1.0,
          "unit": "package",
          "optional": false,
          "quantity_max": null,
          "section": "Ingredients"
        },
        {
          "raw_text": "1 14 ounce package frozen corn – preferably Southwest Blend with peppers and onions",
          "name": "frozen corn",
          "quantity": 14.0,
          "unit": "oz",
          "optional": false,
          "quantity_max": null,
          "section": "Ingredients"
        },
        {
          "raw_text": "Optional topping: crunchy tortilla strips",
          "name": "tortilla strips",
          "quantity": 1.0,
          "unit": null,
          "optional": false,
          "quantity_max": null,
          "section": "Ingredients"
        },
        {
          "raw_text": "14.5 ounces canned black beans drained and rinsed",
          "name": "black beans",
          "quantity": 14.5,
          "unit": "oz",
          "optional": false,
          "quantity_max": null,
          "section": "Ingredients"
        }
      ],
      "tags": [
        "chicken",
        "easy"
      ]
    }
  ]
}