home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / database / extbind / pubs.mdb / discounts.json < prev    next >
JavaScript Object Notation  |  1998-03-26  |  325b

  1. {
  2.     "schema": {
  3.         "discounttype": "Text (40)",
  4.         "stor_id": "Text (4)",
  5.         "lowqty": "Integer",
  6.         "highqty": "Integer",
  7.         "discount": "Double"
  8.     },
  9.     "data": [
  10.         {
  11.             "discounttype": "Initial Customer",
  12.             "discount": 10.5
  13.         },
  14.         {
  15.             "discounttype": "Volume Discount",
  16.             "lowqty": 100,
  17.             "highqty": 1000,
  18.             "discount": 6.7
  19.         },
  20.         {
  21.             "discounttype": "Customer Discount",
  22.             "stor_id": "8042",
  23.             "discount": 5
  24.         }
  25.     ]
  26. }