home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 2 / PCFORMAT2.iso / PREMIER.ZIP / DEMO.NEW / current.json next >
Encoding:
JavaScript Object Notation  |  1994-04-08  |  695 b 

  1. {
  2.     "schema": {
  3.         "season": "Integer",
  4.         "week": "Integer",
  5.         "team_id": "Long Integer",
  6.         "formation_name": "Text (30)",
  7.         "watch_game": "Integer",
  8.         "game_style": "Integer",
  9.         "action_replay": "Integer",
  10.         "match_speed": "Integer",
  11.         "fa_round": "Integer",
  12.         "po_round": "Integer",
  13.         "cc_round": "Integer",
  14.         "training": "Integer",
  15.         "first_season": "Integer",
  16.         "balance": "Long Integer",
  17.         "ball_size": "Integer",
  18.         "bonus": "Integer",
  19.         "manager": "Text (50)",
  20.         "contract": "Integer"
  21.     },
  22.     "data": [
  23.         {
  24.             "season": 93,
  25.             "week": 1,
  26.             "team_id": -1,
  27.             "formation_name": "4-4-2",
  28.             "watch_game": -1,
  29.             "game_style": 1,
  30.             "action_replay": 0,
  31.             "match_speed": 0,
  32.             "fa_round": 1,
  33.             "po_round": 1,
  34.             "cc_round": 1,
  35.             "training": 0,
  36.             "first_season": 93,
  37.             "balance": 250000,
  38.             "ball_size": 1,
  39.             "bonus": 0,
  40.             "manager": "WinSport",
  41.             "contract": 3
  42.         }
  43.     ]
  44. }