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 / Division.json < prev    next >
Encoding:
JavaScript Object Notation  |  2001-07-09  |  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. }