products.json 901 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. [
  2. {
  3. "image": "product-1.jpg",
  4. "name": "Container for a Fanta"
  5. },
  6. {
  7. "image": "product-2.jpg",
  8. "name": "Strange sunglasses"
  9. },
  10. {
  11. "image": "product-3.jpg",
  12. "name": "Pen Pineapple Apple Pen"
  13. },
  14. {
  15. "image": "product-4.jpg",
  16. "name": "Binoculars"
  17. },
  18. {
  19. "image": "product-5.jpg",
  20. "name": "Magical notebook"
  21. },
  22. {
  23. "image": "product-6.jpg",
  24. "name": "Dragonfly eyes"
  25. },
  26. {
  27. "image": "product-7.jpg",
  28. "name": "Fireman's pipe"
  29. },
  30. {
  31. "image": "product-8.jpg",
  32. "name": "Garden shears"
  33. },
  34. {
  35. "image": "product-9.jpg",
  36. "name": "Ironman wallet"
  37. },
  38. {
  39. "image": "product-10.jpg",
  40. "name": "Blue notebook"
  41. },
  42. {
  43. "image": "product-11.jpg",
  44. "name": "Morning alarm clock"
  45. },
  46. {
  47. "image": "product-12.jpg",
  48. "name": "Spy camera"
  49. },
  50. {
  51. "image": "product-13.jpg",
  52. "name": "Housefly"
  53. }
  54. ]