products.json 919 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. [
  2. {
  3. "id": 1,
  4. "name": "Jumelles",
  5. "productRef": "tech-001",
  6. "image": "binoculars.jpg",
  7. "price": 99.0
  8. },
  9. {
  10. "id": 2,
  11. "name": "Lapin bébé",
  12. "productRef": "childcare-001",
  13. "image": "baby-bunny.jpg",
  14. "price": 9.0
  15. },
  16. {
  17. "id": 3,
  18. "name": "Chargeur 1",
  19. "productRef": "tech-002",
  20. "image": "charger1.jpg",
  21. "price": 12.0
  22. },
  23. {
  24. "id": 4,
  25. "name": "Chargeur 2",
  26. "productRef": "tech-003",
  27. "image": "charger2.jpg",
  28. "price": 15.0
  29. },
  30. {
  31. "id": 5,
  32. "name": "Fausse caméra",
  33. "productRef": "tech-004",
  34. "image": "fake-camera.jpg",
  35. "price": 59.0
  36. },
  37. {
  38. "id": 6,
  39. "name": "Masque à gaz M04",
  40. "productRef": "tech-005",
  41. "image": "m04-tactical-gas-mask.jpg",
  42. "price": 419.50
  43. },
  44. {
  45. "id": 7,
  46. "name": "Samsung c5",
  47. "productRef": "tech-006",
  48. "image": "samsung-c5.jpg",
  49. "price": 392.99
  50. }
  51. ]