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

  1. {
  2.     "schema": {
  3.         "CustomerNum": "Long Integer",
  4.         "Product": "Text (30)",
  5.         "Qty": "Double",
  6.         "Price": "Double",
  7.         "Subtotal": "Double",
  8.         "Tax": "Double",
  9.         "Deposit": "Double",
  10.         "Total": "Double"
  11.     },
  12.     "data": [
  13.         {
  14.             "CustomerNum": 1
  15.         }
  16.     ]
  17. }