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

  1. {
  2.     "schema": {
  3.         "Provider": "Text (50) NOT NULL",
  4.         "InUse": "Boolean NOT NULL",
  5.         "Telephone": "Text (15)",
  6.         "Fax": "Text (15)",
  7.         "Email": "Text (100)",
  8.         "Address1": "Text (35)",
  9.         "Address2": "Text (35)",
  10.         "Address3": "Text (35)",
  11.         "Address4": "Text (35)",
  12.         "Address5": "Text (35)",
  13.         "Postcode": "Text (10)",
  14.         "Contact": "Text (50)"
  15.     },
  16.     "data": [
  17.         {
  18.             "Provider": "EMAP Newspapers plc",
  19.             "InUse": 1,
  20.             "Telephone": "0171 204 7171",
  21.             "Fax": "0171 204 7272",
  22.             "Address1": "70-77 Great Holborn Street",
  23.             "Address2": "LONDON",
  24.             "Postcode": "EC1 2KP",
  25.             "Contact": "Claire Smith"
  26.         },
  27.         {
  28.             "Provider": "Office Angels",
  29.             "InUse": 1,
  30.             "Telephone": "0113 204 8989",
  31.             "Fax": "0113 204 8990",
  32.             "Address1": "15 Park Row",
  33.             "Address2": "Leeds",
  34.             "Address3": "West Yorkshire",
  35.             "Postcode": "LS1 2NN",
  36.             "Contact": "Mr Ronaldsway"
  37.         },
  38.         {
  39.             "Provider": "Yorkshire Post",
  40.             "InUse": 1,
  41.             "Telephone": "0113 244 4444",
  42.             "Fax": "0113 244 4466",
  43.             "Address1": "1 - 4 Wellington Street",
  44.             "Address2": "Leeds",
  45.             "Address3": "West Yorkshire",
  46.             "Postcode": "LS2 4BP",
  47.             "Contact": "Jenny Seagrove"
  48.         }
  49.     ]
  50. }