{
  "ramen_jirou_stores": [
    {
      "name": "Mita Main Store",
      "location": "2-16-4 Mita, Minato-ku, Tokyo",
      "features": {
        "specialty": "Historic atmosphere and generous portions unique to the main store",
        "popular_menu": ["Ramen", "Large Ramen", "Ramen with Pork"],
        "noodle_thickness": "Extra thick",
        "customization_options": ["Garlic", "Vegetables", "Fat", "Soy Sauce"]
      }
    },
    {
      "name": "Sengawa Store",
      "location": "1 Sengawa-cho, Chofu City, Tokyo",
      "features": {
        "specialty": "Sharp soup flavor and generous vegetable toppings",
        "popular_menu": ["Ramen", "Tsukemen"],
        "noodle_thickness": "Thick",
        "customization_options": ["Garlic", "Vegetables", "Fat"]
      }
    },
    {
      "name": "Shin-Koganei Kaido Store",
      "location": "5 Maehara-cho, Koganei City, Tokyo",
      "features": {
        "specialty": "Rich and flavorful broth typical of Jiro style",
        "popular_menu": ["Ramen", "Extra Pork Ramen"],
        "noodle_thickness": "Extra thick",
        "customization_options": ["Garlic", "Vegetables", "Fat", "Soy Sauce", "Spicy"]
      }
    },
    {
      "name": "Meguro Store",
      "location": "2 Kamiosaki, Shinagawa-ku, Tokyo",
      "features": {
        "specialty": "Relatively light soup with tender pork slices",
        "popular_menu": ["Ramen", "Large Ramen"],
        "noodle_thickness": "Thick",
        "customization_options": ["Garlic", "Vegetables", "Fat"]
      }
    },
    {
      "name": "Yokohama Kannai Store",
      "location": "Naka-ku, Yokohama City, Kanagawa Prefecture",
      "features": {
        "specialty": "Large amounts of vegetables and rich broth",
        "popular_menu": ["Ramen", "Large Ramen", "Extra Pork Ramen"],
        "noodle_thickness": "Extra thick",
        "customization_options": ["Garlic", "Vegetables", "Fat", "Soy Sauce"]
      }
    }
  ]
}

