Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "products": [
- {
- "id": 1,
- "p_id": 111,
- "p_name": "P_one",
- "p_cost": 10000
- },
- {
- "id": 2,
- "p_id": 222,
- "p_name": "P_two",
- "p_cost": 20000
- },
- {
- "id": 3,
- "p_id": 333,
- "p_name": "P_three",
- "p_cost": 30000
- },
- {
- "id": 4,
- "p_id": 444,
- "p_name": "P_four",
- "p_cost": 40000
- },
- {
- "id": 5,
- "p_id": 555,
- "p_name": "P_FIVE_UPDATED",
- "p_cost": 55555
- },
- {
- "id": 68,
- "p_id": 666,
- "p_name": "P_six",
- "p_cost": 60000
- }
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement