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

  1. {
  2.     "schema": {
  3.         "CustomerNum": "Long Integer",
  4.         "OrderNum": "Long Integer",
  5.         "InvoiceDate": "DateTime"
  6.     },
  7.     "data": [
  8.         {
  9.             "CustomerNum": 1,
  10.             "OrderNum": 168,
  11.             "InvoiceDate": "09/11/95 00:00:00"
  12.         }
  13.     ]
  14. }