home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2000 August / DPPCPRO0800.ISO / August / Simply / _SETUP.1 / PerDemo.mdb / v-loc.json < prev    next >
Encoding:
JavaScript Object Notation  |  2000-04-17  |  471 b 

  1. {
  2.     "schema": {
  3.         "LocCode": "Text (50)",
  4.         "LocDesc": "Text (50)",
  5.         "InUse": "Boolean NOT NULL"
  6.     },
  7.     "data": [
  8.         {
  9.             "LocCode": "AH",
  10.             "LocDesc": "Appleton House",
  11.             "InUse": 1
  12.         },
  13.         {
  14.             "LocCode": "Birmingham",
  15.             "LocDesc": "Birmingham",
  16.             "InUse": 1
  17.         },
  18.         {
  19.             "LocCode": "Howden",
  20.             "LocDesc": "Howden Office",
  21.             "InUse": 1
  22.         },
  23.         {
  24.             "LocCode": "Leeds",
  25.             "LocDesc": "Leeds",
  26.             "InUse": 1
  27.         },
  28.         {
  29.             "LocCode": "London",
  30.             "LocDesc": "London",
  31.             "InUse": 1
  32.         },
  33.         {
  34.             "LocCode": "Manchester",
  35.             "LocDesc": "Manchester",
  36.             "InUse": 1
  37.         },
  38.         {
  39.             "LocCode": "New York",
  40.             "LocDesc": "New York",
  41.             "InUse": 1
  42.         }
  43.     ]
  44. }