home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / farpoint / demo1exe.z / INVOICE.MDB / invoice.json
Encoding:
JavaScript Object Notation  |  1994-05-12  |  809 b 

  1. {
  2.     "schema": {
  3.         "name": "Text (50)",
  4.         "add1": "Text (50)",
  5.         "add2": "Text (50)",
  6.         "city": "Text (50)",
  7.         "state": "Text (50)",
  8.         "zip": "Text (50)",
  9.         "product": "Text (50)",
  10.         "cost": "Text (50)",
  11.         "total": "Text (50)",
  12.         "paid": "Boolean NOT NULL",
  13.         "date": "DateTime"
  14.     },
  15.     "data": [
  16.         {
  17.             "name": "Donald Williamson",
  18.             "add1": "FarPoint Technologies",
  19.             "add2": "569 Southlake Blvd.",
  20.             "city": "Richmond",
  21.             "state": "VA",
  22.             "zip": "23236",
  23.             "product": "Aware/VBX",
  24.             "cost": "149",
  25.             "total": "149",
  26.             "paid": 1,
  27.             "date": "05/05/94 21:25:24"
  28.         },
  29.         {
  30.             "name": "Dave Jones",
  31.             "add2": "2379 Neil Ave.",
  32.             "city": "Columbus",
  33.             "state": "OH",
  34.             "zip": "43910",
  35.             "product": "Spread/VBX",
  36.             "cost": "245",
  37.             "total": "245",
  38.             "paid": 0
  39.         },
  40.         {
  41.             "name": "D. Willaismkon",
  42.             "add1": "PO Box 123",
  43.             "city": "Richmond",
  44.             "state": "VA",
  45.             "zip": "23234",
  46.             "product": "Tab/VBX",
  47.             "cost": "49.00",
  48.             "total": "49.00",
  49.             "paid": 0,
  50.             "date": "02/23/94 21:32:30"
  51.         },
  52.         {
  53.             "paid": 1
  54.         },
  55.         {
  56.             "paid": 1
  57.         }
  58.     ]
  59. }