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

  1. {
  2.     "schema": {
  3.         "PrimaryKey": "Long Integer",
  4.         "ForeignKey": "Long Integer",
  5.         "Division-Name": "Text (255)",
  6.         "Location": "Text (255)"
  7.     },
  8.     "data": [
  9.         {
  10.             "PrimaryKey": 1,
  11.             "ForeignKey": 1,
  12.             "Division-Name": "Sales",
  13.             "Location": "Washington"
  14.         },
  15.         {
  16.             "PrimaryKey": 2,
  17.             "ForeignKey": 1,
  18.             "Division-Name": "Administration",
  19.             "Location": "California"
  20.         }
  21.     ]
  22. }