home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / zkuste / delphi / INFO / DI9812RL.ZIP / Customers.mdb / Customers.json
JavaScript Object Notation  |  1998-07-02  |  666b

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "Name": "Text (50)",
  5.         "Company": "Text (50)",
  6.         "Department": "Text (50)",
  7.         "Address1": "Text (50)",
  8.         "Address2": "Text (50)",
  9.         "City": "Text (50)",
  10.         "Country": "Text (50)",
  11.         "Zip": "Text (50)",
  12.         "Telephone": "Text (50)",
  13.         "Fax": "Text (50)",
  14.         "Email": "Text (50)"
  15.     },
  16.     "data": [
  17.         {
  18.             "ID": 1,
  19.             "Name": "Joe Donald",
  20.             "Company": "The great american company",
  21.             "Department": "R&D",
  22.             "Address1": "15989 NW Great Rapids Way",
  23.             "City": "Portland",
  24.             "Country": "OR",
  25.             "Zip": "97001",
  26.             "Telephone": "503 646 7789"
  27.         },
  28.         {
  29.             "ID": 2,
  30.             "Name": "Markus Kaster",
  31.             "Company": "UD & Assoc.",
  32.             "Department": "Marketing",
  33.             "Address1": "16384 SW Estuary Drive",
  34.             "City": "Beaverton",
  35.             "Country": "OR",
  36.             "Zip": "97006",
  37.             "Telephone": "503 642 1728"
  38.         }
  39.     ]
  40. }