Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.97 KB | None | 0 0
  1. {
  2.   "status": true,
  3.   "data": [
  4.     {
  5.       "id": 1,
  6.       "name": "Brendan Dodd",
  7.       "email": "brendanmdodd@gmail.com",
  8.       "community": {
  9.         "id": 1,
  10.         "owner": 1,
  11.         "title": "Home",
  12.         "remember_token": null,
  13.         "created_at": "2015-10-09 08:04:05",
  14.         "updated_at": "2015-10-09 08:04:05",
  15.         "roommates": [
  16.           {
  17.             "id": 1,
  18.             "name": "Brendan Dodd",
  19.             "email": "brendanmdodd@gmail.com",
  20.             "community": 1,
  21.             "created_at": "2015-10-09 08:03:42",
  22.             "updated_at": "2015-10-09 08:03:42"
  23.           },
  24.           {
  25.             "id": 1,
  26.             "name": "Monique Chapman",
  27.             "email": "moni",
  28.             "community": 1,
  29.             "created_at": "2015-10-09 08:06:19",
  30.             "updated_at": "2015-10-09 08:06:19"
  31.           }
  32.         ]
  33.       },
  34.       "created_at": "2015-10-09 08:03:42",
  35.       "updated_at": "2015-10-09 08:03:42"
  36.     }
  37.   ]
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement