Advertisement
Guest User

пример реквеста

a guest
Aug 25th, 2022
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.39 KB | None | 0 0
  1. {
  2.   "font": {
  3.     "name": "bahnschrift",
  4.     "size": 28
  5.   },
  6.   "players": [
  7.     {
  8.       "name": "test1",
  9.       "color": "#a05"
  10.     },
  11.     {
  12.       "name": "test2",
  13.       "color": "#028"
  14.     }
  15.   ],
  16.   "tiles": [
  17.     {
  18.       "id": "1a",
  19.       "color": "#3c9"
  20.     },
  21.     {
  22.       "id": "1b",
  23.       "color": "#5ad"
  24.     },
  25.     {
  26.       "id": "1c",
  27.       "color": "#33c"
  28.     }
  29.   ]
  30. }
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement