{ "products":[ { "id": 1001, "title": "Cat Food, 25lb bag", "description": "A 25 pound bag of irresistible, organic goodness for your cat.", "price": 2000, "image": "assets/images/product-fullsize.png", "availableInventory": 10, "rating": 1 }, { "id": 1002, "title": "Yarn", "description": "Yarn your cat can play with for a very long time!", "price": 299, "image": "assets/images/yarn.jpg", "availableInventory": 7, "rating": 1 }, { "id": 1003, "title": "Kitty Litter", "description": "Premium kitty litter for your cat.", "price": 1100, "image": "assets/images/cat-litter.jpg", "availableInventory": 99, "rating": 4 }, { "id": 1004, "title": "Cat House", "description": "A place for your cat to play!", "price": 799, "image": "assets/images/cat-house.jpg", "availableInventory": 11, "rating": 5 }, { "id": 1005, "title": "Laser Pointer", "description": "Drive your cat crazy with this amazing product.", "price": 4999, "image": "assets/images/laser-pointer.jpg", "availableInventory": 25, "rating": 1 } ] }