{
  "products": [
    {
      "name": "Reusable Bamboo Straw Set",
      "images": [
        "images/bamboo_straws.jpg",
        "img2",
        "img3"
      ],
      "short_description": "Eco-friendly bamboo straws that are reusable, biodegradable, and perfect for daily use.",
      "rating": 4,
      "price": 9.99,
      "keywords": [
        "bamboo",
        "reusable",
        "zero-waste",
        "kitchen",
        "eco-friendly"
      ],
      "id": 1
    },
    {
      "name": "Organic Cotton Tote Bag",
      "images": [
        "images/cotton_tote.jpg"
      ],
      "short_description": "Durable and stylish tote bag made from 100% organic cotton, ideal for shopping.",
      "rating": 2,
      "price": 14.99,
      "keywords": [
        "organic",
        "cotton",
        "bag",
        "reusable",
        "shopping"
      ],
      "id": 2
    },
    {
      "name": "Stainless Steel Water Bottle",
      "images": [
        "images/steel_bottle.jpg"
      ],
      "short_description": "Insulated stainless steel bottle that keeps drinks cold or hot for hours.",
      "rating": 4,
      "price": 19.99,
      "keywords": [
        "water bottle",
        "reusable",
        "insulated",
        "metal",
        "hydration"
      ],
      "id": 3
    },
    {
      "name": "Biodegradable Phone Case",
      "images": [
        "images/phone_case.jpg"
      ],
      "short_description": "Compostable phone case made from plant-based materials to reduce plastic waste.",
      "rating": 4,
      "price": 24.99,
      "keywords": [
        "phone case",
        "biodegradable",
        "compostable",
        "eco",
        "accessories"
      ],
      "id": 4
    },
    {
      "name": "Solar Powered Charger",
      "images": [
        "images/solar_charger.jpg"
      ],
      "short_description": "Portable solar charger for powering devices on the go using renewable energy.",
      "rating": 4,
      "price": 29.99,
      "keywords": [
        "solar",
        "charger",
        "renewable",
        "energy",
        "portable"
      ],
      "id": 5
    }
  ]
}