Advertisement
thyforhtian

JSON object returned - Rails

May 20th, 2012
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [
  2. {
  3. "activated": null,
  4. "created_at": "2012-05-14T19:35:44Z",
  5. "email": "john@doe.com",
  6. "id": 1,
  7. "name": "john doe",
  8. "updated_at": "2012-05-15T20:23:06Z"
  9. },
  10. {
  11. "activated": null,
  12. "created_at": "2012-05-14T20:39:39Z",
  13. "email": "Elbow@elb.com",
  14. "id": 2,
  15. "name": "Peter",
  16. "updated_at": "2012-05-15T21:10:54Z"
  17. },
  18. {
  19. "activated": null,
  20. "created_at": "2012-05-14T20:40:53Z",
  21. "email": "Jeferson@thom.som",
  22. "id": 3,
  23. "name": "Thomas",
  24. "updated_at": "2012-05-14T20:40:53Z"
  25. },
  26. {
  27. "activated": null,
  28. "created_at": "2012-05-14T20:41:38Z",
  29. "email": "peter@dot.com",
  30. "id": 4,
  31. "name": "Peter",
  32. "updated_at": "2012-05-14T20:41:38Z"
  33. },
  34. {
  35. "activated": null,
  36. "created_at": "2012-05-14T20:45:00Z",
  37. "email": "john@doe.com",
  38. "id": 5,
  39. "name": "John",
  40. "updated_at": "2012-05-14T20:45:00Z"
  41. }
  42. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement