home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _DDD527C7F85C4789BA2B3186A639F48D / Person.json < prev   
Encoding:
JavaScript Object Notation  |  2002-08-29  |  705 b 

  1. {
  2.     "schema": {
  3.         "PrimaryKey": "Long Integer",
  4.         "ForeignKey": "Long Integer",
  5.         "Degree": "Text (255)",
  6.         "Manager": "Text (255)",
  7.         "Programmer": "Text (255)",
  8.         "EMail": "Text (255)",
  9.         "First": "Text (255)",
  10.         "Last": "Text (255)",
  11.         "PhoneExt": "Long Integer"
  12.     },
  13.     "data": [
  14.         {
  15.             "PrimaryKey": 1,
  16.             "ForeignKey": 1,
  17.             "Degree": "MA",
  18.             "Manager": "false",
  19.             "Programmer": "true",
  20.             "EMail": "Aldrich@work",
  21.             "First": "Alfred",
  22.             "Last": "Aldrich",
  23.             "PhoneExt": 33
  24.         },
  25.         {
  26.             "PrimaryKey": 2,
  27.             "ForeignKey": 1,
  28.             "Degree": "Ph.D",
  29.             "Manager": "true",
  30.             "Programmer": "false",
  31.             "EMail": "Coletti@work.com",
  32.             "First": "Colin",
  33.             "Last": "Coletti",
  34.             "PhoneExt": 444
  35.         },
  36.         {
  37.             "PrimaryKey": 3,
  38.             "ForeignKey": 1,
  39.             "Degree": "BA",
  40.             "Manager": "true",
  41.             "Programmer": "false",
  42.             "EMail": "Smith@work.com",
  43.             "First": "Fred",
  44.             "Last": "Smith",
  45.             "PhoneExt": 22
  46.         }
  47.     ]
  48. }