home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 March / PCWMAR02.iso / hands_on / DBCFEB01 / dbcfeb02a.mdb / ITEMS.json next >
JavaScript Object Notation  |  2001-10-29  |  581b

  1. {
  2.     "schema": {
  3.         "ItemCode": "Text (50)",
  4.         "Description": "Text (50)",
  5.         "SellingPrice": "Text (50)",
  6.         "VATRated": "Boolean NOT NULL"
  7.     },
  8.     "data": [
  9.         {
  10.             "ItemCode": "JCB 46",
  11.             "Description": "Childrens Red Fleece",
  12.             "SellingPrice": "18",
  13.             "VATRated": 0
  14.         },
  15.         {
  16.             "ItemCode": "JCB 221",
  17.             "Description": "JCB Juniour Workbench",
  18.             "SellingPrice": "35",
  19.             "VATRated": 1
  20.         },
  21.         {
  22.             "ItemCode": "JCB 116",
  23.             "Description": "Diggers Video",
  24.             "SellingPrice": "6",
  25.             "VATRated": 1
  26.         },
  27.         {
  28.             "ItemCode": "JCB CD18C",
  29.             "Description": "Cordless Hammer Drill",
  30.             "SellingPrice": "80",
  31.             "VATRated": 1
  32.         },
  33.         {
  34.             "ItemCode": "JCB 34",
  35.             "Description": "Childrens Gilet",
  36.             "SellingPrice": "20",
  37.             "VATRated": 0
  38.         }
  39.     ]
  40. }