Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.45 KB | None | 0 0
  1. {
  2.   "exists": true,
  3.   "voting": {
  4.     "ID": 1,
  5.     "namedVote": true,
  6.     "question": "Who am I?",
  7.     "options": [
  8.       {
  9.         "name": "I",
  10.         "optionID": 0
  11.       },
  12.       {
  13.         "name": "am",
  14.         "optionID": 0
  15.       },
  16.       {
  17.         "name": "the",
  18.         "optionID": 0
  19.       },
  20.       {
  21.         "optionID": 0
  22.       }
  23.     ],
  24.     "openUntil": 0
  25.   },
  26.   "result": "Valid",
  27.   "packetType": "GET_ACTIVE_VOTING_RESPONSE"
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement