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

  1. {
  2.     "schema": {
  3.         "CustomerNumber": "Long Integer",
  4.         "CompanyName": "Text (50)",
  5.         "LastName": "Text (20)",
  6.         "FirstName": "Text (16)",
  7.         "Address": "Text (30)",
  8.         "City": "Text (16)",
  9.         "State": "Text (2)",
  10.         "Zip": "Text (10)",
  11.         "Apt": "Text (30)",
  12.         "POBox": "Text (5)",
  13.         "StatementDate": "DateTime",
  14.         "CompanyGreeting": "Text (80)"
  15.     },
  16.     "data": [
  17.         {
  18.             "CustomerNumber": 1,
  19.             "CompanyName": "Mulligan's Press",
  20.             "Address": "413 Big Ten Street",
  21.             "City": "Ann Arbor",
  22.             "State": "MI",
  23.             "Zip": "48108",
  24.             "StatementDate": "09/10/95 20:49:42"
  25.         }
  26.     ]
  27. }