Advertisement
Guest User

Untitled

a guest
Mar 27th, 2019
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. [
  2. {
  3. "id": "1",
  4. "name": "John Doe",
  5. "email": "john@gmail.com",
  6. "status": "active"
  7. },
  8. {
  9. "id": "2",
  10. "name": "Bob Williams",
  11. "email": "bob@gmail.com",
  12. "status": "inactive"
  13. },
  14. {
  15. "id": "3",
  16. "name": "Shannon Jackson",
  17. "email": "shannon@gmail.com",
  18. "status": "active"
  19. },
  20. {
  21. "id": "7eea5f47-16c1-4cc9-8eb3-03cb264a01d3",
  22. "name": "Mandy Patel",
  23. "email": "mandy_p@gmail.com",
  24. "status": "active"
  25. }
  26. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement