home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 October / DPCB1097.iso / business / Netfast / disk4 / orders.md_ / orders.md / VAT.json < prev   
JavaScript Object Notation  |  1997-07-02  |  153b

  1. {
  2.     "schema": {
  3.         "VATcode": "Integer",
  4.         "percentage": "Single"
  5.     },
  6.     "data": [
  7.         {
  8.             "VATcode": 0,
  9.             "percentage": 0
  10.         },
  11.         {
  12.             "VATcode": 1,
  13.             "percentage": 17.5
  14.         },
  15.         {
  16.             "VATcode": 2,
  17.             "percentage": 6
  18.         }
  19.     ]
  20. }