Advertisement
Guest User

Untitled

a guest
Feb 7th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.80 KB | None | 0 0
  1.  "tournament": {
  2.     "players_pre_registered": 0,
  3.     "players_inactive": 11,
  4.     "players_checked_in": 10,
  5.     "players_active_registered": 16,
  6.     "short_url": {
  7.       "url": {
  8.         "url": "http://www.z33k.com/games/starcraft2/tournaments/78-alloy-4",
  9.         "full_url": "http://www.z33k.com/z/j4",
  10.         "hits": 0
  11.       }
  12.     }
  13.  
  14. ########################
  15. #I believe should be:  #
  16. ########################
  17.  
  18.   "tournament":     [
  19.     {
  20.      "players_pre_registered": 0,
  21.      "players_inactive": 11,
  22.      "players_checked_in": 10,
  23.      "players_active_registered": 16,
  24.     "short_url": [
  25.     {
  26.       "url": [
  27.         "url": "http://www.z33k.com/games/starcraft2/tournaments/78-alloy-4",
  28.         "full_url": "http://www.z33k.com/z/j4",
  29.         "hits": 0
  30.          ] 
  31.          }    
  32.             ]    
  33.             ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement