Guest User

Untitled

a guest
Jan 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. results = [
  2.     {
  3.         id:,
  4.         type:,
  5.         posx:
  6.     },
  7.     ...,
  8.     {
  9.         id:,
  10.         type:,
  11.         posx:
  12.     }];
  13. results = [
  14.     {
  15.         id:,
  16.         type:,
  17.         posx:,
  18.         reports:[
  19.             {
  20.                 date:,
  21.                 author:,
  22.                 ...,
  23.                 content:
  24.             },
  25.             ...,
  26.             {}
  27.         ]
  28.     },
  29.     ...,
  30.     {
  31.         id:,
  32.         type:,
  33.         posx:,
  34.         reports:[
  35.             ...
  36.         ]
  37.     }];
Add Comment
Please, Sign In to add comment