{
  "Drinks" : [
    {
      "category" : "Coffee",
      "items" : [
        {
          "name" : "Brewed Coffee (Black)",
          "price" : "1.25",
          "cost" : "0.65"
        },
        {
          "name" : "Brewed Coffee (With Cream)",
          "price" : "1.50",
          "cost" : "0.85"
        },
        {
          "name" : "Brewed Coffee (With Cream and Sugar)",
          "price" : "2.00",
          "cost" : "1.05"
        },
        {
          "name" : "Espresso",
          "price" : "3.75",
          "cost" : "1.15"
        },
        {
          "name" : "Cappuccino",
          "price" : "2.50",
          "cost" : "1.05"
        },
        {
          "name" : "Unicorn Frappe",
          "price" : "8.00",
          "cost" : "2.75"
        },
        {
          "name" : "White Chocolate Mocha",
          "price" : "6.00",
          "cost" : "2.45"
        }
      ]
    },
    {
      "category" : "Tea",
      "items" : [
        {
          "name" : "Green Tea (Hot)",
          "price" : "2.00",
          "cost" : "1.25"
        },
        {
          "name" : "Green Tea (Iced)",
          "price" : "2.00",
          "cost" : "1.25"
        },
        {
          "name" : "Black Tea (Hot)",
          "price" : "2.00",
          "cost" : "1.25"
        },
        {
          "name" : "Black Tea (Iced)",
          "price" : "2.00",
          "cost" : "1.25"
        }
      ]
    },
    {
      "category" : "Other",
      "items" : [
        {
          "name" : "Apple Cider",
          "price" : "3.00",
          "cost" : "1.25"
        },
        {
          "name" : "Hot Cocoa",
          "price" : "3.00",
          "cost" : "0.75"
        },
        {
          "name" : "Iced Water",
          "price" : "1.00",
          "cost" : "0.35"
        }
      ]
    }
  ],
  "Bakery" : [
    {
      "category" : "Scones",
      "items" : [
        {
          "name" : "Blueberry Scone",
          "price" : "3.50",
          "cost" : "0.75"
        },
        {
          "name" : "Blueberry Scone (Vegan)",
          "price" : "3.50",
          "cost" : "0.85"
        },
        {
          "name" : "Chocolate Chip Scone",
          "price" : "3.70",
          "cost" : "0.75"
        },
        {
          "name" : "Cinnamon Sugar Scone",
          "price" : "3.00",
          "cost" : "0.75"
        },
        {
          "name" : "Espresso Mocha Scone",
          "price" : "3.50",
          "cost" : "0.95"
        }
      ]
    },
    {
      "category" : "Bagels",
      "items" : [
        {
          "name" : "Plain Bagel",
          "price" : "3.50",
          "cost" : "0.85"
        },
        {
          "name" : "Blueberry Bagel",
          "price" : "4.00",
          "cost" : "1.05"
        },
        {
          "name" : "Cinnamon Sugar Bagel",
          "price" : "4.00",
          "cost" : "0.90"
        },
        {
          "name" : "Everything Bagel",
          "price" : "4.00",
          "cost" : "1.15"
        }
      ]
    },
    {
      "category" : "Cookies",
      "items" : [
        {
          "name" : "Chocolate Chip Cookie",
          "price" : "1.25",
          "cost" : "0.50"
        },
        {
          "name" : "Chocolate Chip Cookie (Gluten-Free)",
          "price" : "1.25",
          "cost" : "0.60"
        },
        {
          "name" : "Oatmeal Cookie",
          "price" : "1.25",
          "cost" : "0.40"
        },
        {
          "name" : "Snickerdoodle",
          "price" : "1.25",
          "cost" : "0.50"
        },
        {
          "name" : "Snickerdoodle (Gluten-Free)",
          "price" : "1.25",
          "cost" : "0.60"
        }
      ]
    },
    {
      "category" : "Breads",
      "items" : [
        {
          "name" : "Tea Loaf",
          "price" : "4.00",
          "cost" : "1.85"
        },
        {
          "name" : "Honey Toast",
          "price" : "4.00",
          "cost" : "1.85"
        },
        {
          "name" : "Cinnamon Sugar Toast",
          "price" : "2.00",
          "cost" : "0.75"
        },
        {
          "name" : "Plain Toast",
          "price" : "1.50",
          "cost" : "0.65"
        },
        {
          "name" : "Banana Bread",
          "price" : "3.50",
          "cost" : "1.25"
        },
        {
          "name" : "Coffee Cake",
          "price" : "3.50",
          "cost" : "1.35"
        },
        {
          "name" : "Coffee Cake (Gluten-Free)",
          "price" : "3.50",
          "cost" : "1.55"
        },
        {
          "name" : "Coffee Cake (Vegan)",
          "price" : "3.50",
          "cost" : "1.55"
        }
      ]
    }
  ]
}
