Nessuna descrizione
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

json.js 770B

1234567891011121314151617181920212223
  1. let product_detail = [
  2. {
  3. Name:"RAM",
  4. Types:{
  5. ProductType:"ORA",
  6. ProductName:"DDR4 DESKTOP Memory",
  7. ProductDesc:"ORA, Desktop RAM",
  8. ProductSize:"16GB DDR4, 3200 Mhz",
  9. ProductImage:"",
  10. Product_features:{
  11. memorysize:"32GB Kit (2 x 16GB)",
  12. Frequency:"DDR5-6000 MT/s",
  13. timing:"40-40-40-76 (XMP 6000MT/s)",
  14. performance:"XMP 3.0",
  15. warranty:"5 years",
  16. intel:"Intel Z690 certificated",
  17. productdesign:"Copper-aluminum composite heat spreaders with nano carbon coating to keep performance",
  18. industrialStandards:"Comply with industrial standard JEDEC DDR5",
  19. support:"RGB Fusion 2.0 Supported",
  20. }
  21. }
  22. }
  23. ];