home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / HandsOn / DBCdec06.mdb / Lines2.json < prev    next >
Encoding:
JavaScript Object Notation  |  2006-08-14  |  441 b 

  1. {
  2.     "schema": {
  3.         "ReceiptNo": "Long Integer",
  4.         "Line": "Long Integer",
  5.         "Quantity": "Long Integer"
  6.     },
  7.     "data": [
  8.         {
  9.             "ReceiptNo": 1,
  10.             "Line": 1,
  11.             "Quantity": 34
  12.         },
  13.         {
  14.             "ReceiptNo": 1,
  15.             "Line": 4,
  16.             "Quantity": 54
  17.         },
  18.         {
  19.             "ReceiptNo": 1,
  20.             "Line": 6,
  21.             "Quantity": 6
  22.         },
  23.         {
  24.             "ReceiptNo": 2,
  25.             "Line": 1,
  26.             "Quantity": 5
  27.         },
  28.         {
  29.             "ReceiptNo": 3,
  30.             "Line": 4,
  31.             "Quantity": 3
  32.         },
  33.         {
  34.             "ReceiptNo": 3,
  35.             "Line": 5,
  36.             "Quantity": 4
  37.         },
  38.         {
  39.             "ReceiptNo": 3,
  40.             "Line": 7,
  41.             "Quantity": 5
  42.         },
  43.         {
  44.             "ReceiptNo": 3,
  45.             "Line": 9,
  46.             "Quantity": 64
  47.         },
  48.         {
  49.             "ReceiptNo": 4,
  50.             "Line": 9,
  51.             "Quantity": 4
  52.         }
  53.     ]
  54. }