home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / source / chap34 / contacts.mdb / Contacts.json
Encoding:
JavaScript Object Notation  |  1995-08-24  |  2.4 KB

  1. {
  2.     "schema": {
  3.         "Code": "Text (5)",
  4.         "Company": "Text (30)",
  5.         "Address": "Text (30)",
  6.         "City": "Text (20)",
  7.         "State": "Text (2)",
  8.         "Zip": "Text (5)",
  9.         "Contact": "Text (30)",
  10.         "Phone": "Text (15)"
  11.     },
  12.     "data": [
  13.         {
  14.             "Code": "BBB  ",
  15.             "Company": "Best Books Bindery            ",
  16.             "Address": "2222 Second Avenue, #222      ",
  17.             "City": "Seattle             ",
  18.             "State": "WA",
  19.             "Zip": "98222",
  20.             "Contact": "Bates, Byron                  ",
  21.             "Phone": "(206) 555-2222 "
  22.         },
  23.         {
  24.             "Code": "CCC  ",
  25.             "Company": "Crazy Castle Corporation      ",
  26.             "Address": "3333 Third Avenue             ",
  27.             "City": "Tacoma              ",
  28.             "State": "WA",
  29.             "Zip": "98333",
  30.             "Contact": "Carson, Cathy                 ",
  31.             "Phone": "(206) 555-3333 "
  32.         },
  33.         {
  34.             "Code": "III  ",
  35.             "Company": "Illinois Industries, Inc.     ",
  36.             "Address": "9999 Ninth Street             ",
  37.             "City": "Olympia             ",
  38.             "State": "WA",
  39.             "Zip": "98999",
  40.             "Contact": "Ives, Ivana                   ",
  41.             "Phone": "(360) 555-9999 "
  42.         },
  43.         {
  44.             "Code": "JJJ  ",
  45.             "Company": "Jerry's Juke Joint            ",
  46.             "Address": "1010 Tenth Street SW          ",
  47.             "City": "Tacoma              ",
  48.             "State": "WA",
  49.             "Zip": "98101",
  50.             "Contact": "James, Jerome                 ",
  51.             "Phone": "(206) 555-1010 "
  52.         },
  53.         {
  54.             "Code": "ABI  ",
  55.             "Company": "Albatross Industries          ",
  56.             "Address": "1111 First Avenue South       ",
  57.             "City": "Seattle             ",
  58.             "State": "WA",
  59.             "Zip": "98111",
  60.             "Contact": "Mariner, Andrew               ",
  61.             "Phone": "(206) 555-1111 "
  62.         },
  63.         {
  64.             "Code": "DDD  ",
  65.             "Company": "Drew Davis Designs            ",
  66.             "Address": "4444 Fourth Street, #4        ",
  67.             "City": "Olympia             ",
  68.             "State": "WA",
  69.             "Zip": "98444",
  70.             "Contact": "Davis, Drew                   ",
  71.             "Phone": "(360) 555-4444 "
  72.         },
  73.         {
  74.             "Code": "EEE  ",
  75.             "Company": "ExcelEd Entertainment         ",
  76.             "Address": "5555 Fifth Avenue             ",
  77.             "City": "New York            ",
  78.             "State": "NY",
  79.             "Zip": "10555",
  80.             "Contact": "Edwards, Earl                 ",
  81.             "Phone": "(201) 555-5555 "
  82.         },
  83.         {
  84.             "Code": "FFF  ",
  85.             "Company": "Farrah's Fast Food            ",
  86.             "Address": "6666 6th Street, #666         ",
  87.             "City": "Los Angeles         ",
  88.             "State": "CA",
  89.             "Zip": "90666",
  90.             "Contact": "Finley, Farrah                ",
  91.             "Phone": "(203) 555-6666 "
  92.         },
  93.         {
  94.             "Code": "GGG  ",
  95.             "Company": "Giant Gifts Galore            ",
  96.             "Address": "7777 Seventh Street West      ",
  97.             "City": "Seattle             ",
  98.             "State": "WA",
  99.             "Zip": "98777",
  100.             "Contact": "Grant, Gary                   ",
  101.             "Phone": "(206) 555-7777 "
  102.         },
  103.         {
  104.             "Code": "HHH  ",
  105.             "Company": "Half Hilton Hotel             ",
  106.             "Address": "8888 Eighth Avenue            ",
  107.             "City": "New York            ",
  108.             "State": "NY",
  109.             "Zip": "10888",
  110.             "Contact": "Harris, Steven                ",
  111.             "Phone": "(201) 555-8888 "
  112.         }
  113.     ]
  114. }