home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / source / chap35 / vb4db.mdb / CoInf.json < prev    next >
Encoding:
JavaScript Object Notation  |  1995-09-27  |  408 b 

  1. {
  2.     "schema": {
  3.         "CompanyName": "Text (50)",
  4.         "CompanySlogan": "Text (50)",
  5.         "Address1": "Text (50)",
  6.         "Address2": "Text (50)",
  7.         "City": "Text (32)",
  8.         "State": "Text (50)",
  9.         "Zip": "Text (10)",
  10.         "Phone": "Text (14)",
  11.         "FAX": "Text (14)"
  12.     },
  13.     "data": [
  14.         {
  15.             "CompanyName": "myco",
  16.             "CompanySlogan": "We'll get it right",
  17.             "Address1": "myway",
  18.             "Address2": "Highway",
  19.             "City": "anditover",
  20.             "State": "ma",
  21.             "Zip": "02134",
  22.             "Phone": "(123)345-1234",
  23.             "FAX": "(123)132-1234"
  24.         }
  25.     ]
  26. }