Guest User

Untitled

a guest
Oct 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. data:[
  2. {
  3. 'id': 1,
  4. 'firstname': 'franklin',
  5. 'lastname': 'Nwanze',
  6. 'registered_on': '2018-05-23',
  7. 'age': 29,
  8. 'country': 'Nigeria'
  9.  
  10. },
  11.  
  12. {
  13. 'id': 1,
  14. 'firstname': 'Chuka',
  15. 'lastname': 'Smith',
  16. 'registered_on': '2018-05-23',
  17. 'age': 29,
  18. 'country': 'Nigeria'
  19.  
  20. },
  21.  
  22. {
  23. 'id': 1,
  24. 'firstname': 'franklin',
  25. 'lastname': 'Nwanze',
  26. 'registered_on': '2018-05-23',
  27. 'age': 29,
  28. 'country': 'Nigeria'
  29.  
  30. }
  31. ]
Add Comment
Please, Sign In to add comment