home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 October / DPCB1097.iso / business / Netfast / disk4 / orders.md_ / orders.md / orderlines.json next >
JavaScript Object Notation  |  1997-07-02  |  185b

  1. {
  2.     "schema": {
  3.         "orderID": "Long Integer",
  4.         "productnr": "Integer",
  5.         "amount": "Long Integer",
  6.         "productname": "Text (40)",
  7.         "ppu": "Currency",
  8.         "totalprice": "Currency",
  9.         "VATpercentage": "Single"
  10.     },
  11.     "data": []
  12. }