Advertisement
Guest User

Untitled

a guest
Feb 5th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.97 KB | None | 0 0
  1. [
  2.     {
  3.         "id": 1535,
  4.         "name": "player1",
  5.         "email": "player1@mail.com",
  6.         "additional_info": "{}",
  7.         "hatches_played": 4,
  8.         "points": "4434",
  9.         "bonus_points": null,
  10.         "position": 1
  11.     },
  12.     {
  13.         "id": 1536,
  14.         "name": "player2",
  15.         "email": "player2@mail.com",
  16.         "additional_info": "{}",
  17.         "hatches_played": 4,
  18.         "points": "3793",
  19.         "bonus_points": null,
  20.         "position": 2
  21.     },
  22.     {
  23.         "id": 1541,
  24.         "name": "player3",
  25.         "email": "player3@mail.com",
  26.         "additional_info": "{}",
  27.         "hatches_played": 2,
  28.         "points": "1776",
  29.         "bonus_points": null,
  30.         "position": 3
  31.     },
  32.     {
  33.         "id": 1542,
  34.         "name": "player4",
  35.         "email": "player4@mail.com",
  36.         "additional_info": "{}",
  37.         "hatches_played": 1,
  38.         "points": "952",
  39.         "bonus_points": null,
  40.         "position": 4
  41.     }
  42. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement