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

  1. {
  2.     "schema": {
  3.         "PrimaryKey": "Long Integer",
  4.         "ForeignKey": "Long Integer",
  5.         "Degree": "Text (255)",
  6.         "Manager": "Text (255)",
  7.         "EMail": "Text (255)",
  8.         "First": "Text (255)",
  9.         "Last": "Text (255)",
  10.         "PhoneExt": "Long Integer"
  11.     },
  12.     "data": [
  13.         {
  14.             "PrimaryKey": 1,
  15.             "ForeignKey": 1,
  16.             "Degree": "MA",
  17.             "Manager": "true",
  18.             "EMail": "Andersen@work.com",
  19.             "First": "Allison",
  20.             "Last": "Andersen",
  21.             "PhoneExt": 111
  22.         },
  23.         {
  24.             "PrimaryKey": 2,
  25.             "ForeignKey": 1,
  26.             "Degree": "BA",
  27.             "Manager": "false",
  28.             "EMail": "Burrwinkle@work.com",
  29.             "First": "Bruce",
  30.             "Last": "Burrwinkle",
  31.             "PhoneExt": 222
  32.         },
  33.         {
  34.             "PrimaryKey": 3,
  35.             "ForeignKey": 2,
  36.             "Degree": "Ph.D",
  37.             "Manager": "true",
  38.             "EMail": "conrad@work.com",
  39.             "First": "Clive",
  40.             "Last": "Conrad",
  41.             "PhoneExt": 333
  42.         },
  43.         {
  44.             "PrimaryKey": 4,
  45.             "ForeignKey": 2,
  46.             "Degree": "BA",
  47.             "Manager": "false",
  48.             "EMail": "Doobie@work.com",
  49.             "First": "Delia",
  50.             "Last": "Doobie",
  51.             "PhoneExt": 444
  52.         }
  53.     ]
  54. }