Advertisement
bzkk

Untitled

Dec 6th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.37 KB | None | 0 0
  1. [
  2.         {
  3.             "event_id": 3,
  4.             "title": "uiui",
  5.             "description": "uiuiuiuiui",
  6.             "date": "2018-12-21T00:00:00.000Z",
  7.             "max_capacity": 2,
  8.             "modality": 1,
  9.             "indoor": 1,
  10.             "canceled": 0,
  11.             "city": "lisboa",
  12.             "address": "Av. Baía Natural do Seixal, 2840-481 Amora",
  13.             "latitude": 38.634822091484985,
  14.             "longitude": -9.10583775673797,
  15.             "owner": 2,
  16.             "user": {
  17.                 "user_id": 2,
  18.                 "name": "Toni",
  19.                 "email": "toni@gmail.com",
  20.                 "password": "1",
  21.                 "photo": "",
  22.                 "birthdate": "2018-12-04T00:00:00.000Z",
  23.                 "city": "Almada"
  24.             }
  25.         },
  26.         {
  27.             "event_id": 3,
  28.             "title": "uiui",
  29.             "description": "uiuiuiuiui",
  30.             "date": "2018-12-21T00:00:00.000Z",
  31.             "max_capacity": 2,
  32.             "modality": 1,
  33.             "indoor": 1,
  34.             "canceled": 0,
  35.             "city": "lisboa",
  36.             "address": "Av. Baía Natural do Seixal, 2840-481 Amora",
  37.             "latitude": 38.634822091484985,
  38.             "longitude": -9.10583775673797,
  39.             "owner": 2,
  40.             "user": {
  41.                 "user_id": 2,
  42.                 "name": "Toni",
  43.                 "email": "toni@gmail.com",
  44.                 "password": "1",
  45.                 "photo": "",
  46.                 "birthdate": "2018-12-04T00:00:00.000Z",
  47.                 "city": "Almada"
  48.             }
  49.         },
  50.         {
  51.             "event_id": 3,
  52.             "title": "uiui",
  53.             "description": "uiuiuiuiui",
  54.             "date": "2018-12-21T00:00:00.000Z",
  55.             "max_capacity": 2,
  56.             "modality": 1,
  57.             "indoor": 1,
  58.             "canceled": 0,
  59.             "city": "lisboa",
  60.             "address": "Av. Baía Natural do Seixal, 2840-481 Amora",
  61.             "latitude": 38.634822091484985,
  62.             "longitude": -9.10583775673797,
  63.             "owner": 2,
  64.             "user": {
  65.                 "user_id": 2,
  66.                 "name": "Toni",
  67.                 "email": "toni@gmail.com",
  68.                 "password": "1",
  69.                 "photo": "",
  70.                 "birthdate": "2018-12-04T00:00:00.000Z",
  71.                 "city": "Almada"
  72.             }
  73.         }
  74.     ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement