home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2002 December / INTERNET97.ISO / pc / software / windows / building / xmlspy / setup44.exe / Data1.cab / F1580_DB2schema.mdb / VIP.json < prev   
Encoding:
JavaScript Object Notation  |  2001-07-06  |  744 b 

  1. {
  2.     "schema": {
  3.         "PrimaryKey": "Long Integer",
  4.         "ForeignKey": "Long Integer",
  5.         "Mgr": "Text (255)",
  6.         "Prg": "Text (255)",
  7.         "Club": "Text (255)",
  8.         "First": "Text (255)",
  9.         "ID": "Text (255)",
  10.         "Last": "Text (255)",
  11.         "PhoneExt": "Long Integer",
  12.         "Title": "Text (255)"
  13.     },
  14.     "data": [
  15.         {
  16.             "PrimaryKey": 1,
  17.             "ForeignKey": 1,
  18.             "Mgr": "true",
  19.             "Prg": "true",
  20.             "Club": "W3C Advisory Committee",
  21.             "First": "Alexander",
  22.             "ID": "AFALK01",
  23.             "Last": "Falk",
  24.             "PhoneExt": 42,
  25.             "Title": "CEO"
  26.         },
  27.         {
  28.             "PrimaryKey": 2,
  29.             "ForeignKey": 1,
  30.             "Mgr": "true",
  31.             "Prg": "true",
  32.             "Club": "Dreamcast Fan Club",
  33.             "First": "Vladislav",
  34.             "ID": "VGAVR01",
  35.             "Last": "Gavrielov",
  36.             "PhoneExt": 32,
  37.             "Title": "CTO"
  38.         },
  39.         {
  40.             "PrimaryKey": 3,
  41.             "ForeignKey": 2,
  42.             "Mgr": "true",
  43.             "Prg": "true",
  44.             "Club": "Austrian Physical Society",
  45.             "First": "Thomas",
  46.             "ID": "TKEFE01",
  47.             "Last": "Kefer",
  48.             "PhoneExt": 41,
  49.             "Title": "CFO"
  50.         }
  51.     ]
  52. }