Advertisement
varun1729

Untitled

Apr 27th, 2023
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. {
  2. "products": [
  3. {
  4. "id": 1,
  5. "p_id": 111,
  6. "p_name": "P_one",
  7. "p_cost": 10000
  8. },
  9. {
  10. "id": 2,
  11. "p_id": 222,
  12. "p_name": "P_two",
  13. "p_cost": 20000
  14. },
  15. {
  16. "id": 3,
  17. "p_id": 333,
  18. "p_name": "P_three",
  19. "p_cost": 30000
  20. },
  21. {
  22. "id": 4,
  23. "p_id": 444,
  24. "p_name": "P_four",
  25. "p_cost": 40000
  26. },
  27. {
  28. "id": 5,
  29. "p_id": 555,
  30. "p_name": "P_FIVE_UPDATED",
  31. "p_cost": 55555
  32. },
  33. {
  34. "id": 68,
  35. "p_id": 666,
  36. "p_name": "P_six",
  37. "p_cost": 60000
  38. }
  39. ]
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement