home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / sharewar / quickest / QuickEStore.mdb / Products.json < prev    next >
Encoding:
JavaScript Object Notation  |  1999-08-16  |  254 b 

  1. {
  2.     "schema": {
  3.         "ItemID": "Long Integer",
  4.         "SKU": "Text (20)",
  5.         "ItemName": "Text (50)",
  6.         "CategoryID": "Long Integer",
  7.         "Description": "Memo/Hyperlink (255)",
  8.         "Price": "Single",
  9.         "Weight": "Single"
  10.     },
  11.     "data": [
  12.         {
  13.             "ItemID": 1,
  14.             "ItemName": "Dummy",
  15.             "CategoryID": 0,
  16.             "Price": 0,
  17.             "Weight": 0
  18.         }
  19.     ]
  20. }