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

  1. {
  2.     "schema": {
  3.         "finance_id": "Long Integer",
  4.         "receipts": "Long Integer",
  5.         "sponsorship": "Long Integer",
  6.         "salaries": "Long Integer",
  7.         "other": "Long Integer",
  8.         "brought_forward": "Long Integer",
  9.         "season": "Integer",
  10.         "team_id": "Long Integer",
  11.         "sold": "Long Integer",
  12.         "bought": "Long Integer"
  13.     },
  14.     "data": []
  15. }