Advertisement
dereksir

Untitled

Sep 6th, 2024
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. {
  2. "Headings": [
  3. "Product ID\n Name\n Category\n Price\n In Stock",
  4. "001\n Laptop\n Electronics\n $999.99\n Yes"
  5. ]
  6.  
  7. "Content": [
  8. "002\n Smartphone\n Electronics\n $599.99\n Yes",
  9. "003\n Headphones\n Audio\n $149.99\n No",
  10. "004\n Coffee Maker\n Appliances\n $79.99\n Yes",
  11. "005\n Running Shoes\n Sports\n $89.99\n Yes",
  12. "006\n Smart Watch\n Electronics\n $249.99\n Yes",
  13. "007\n Blender\n Appliances\n $39.99\n No",
  14. "008\n Yoga Mat\n Sports\n $29.99\n Yes",
  15. "009\n Wireless Mouse\n Electronics\n $24.99\n Yes",
  16. "010\n Desk Lamp\n Home\n $34.99\n Yes",
  17. "011\n Portable Speaker\n Audio\n $79.99\n No",
  18. "012\n Electric Toothbrush\n Personal Care\n $49.99\n Yes",
  19. "013\n Backpack\n Accessories\n $59.99\n Yes",
  20. "014\n Air Purifier\n Home\n $129.99\n No",
  21. "015\n Gaming Console\n Electronics\n $399.99\n Yes"
  22. ],
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement