home *** CD-ROM | disk | FTP | other *** search
/ ftp.winsite.com/win95/demo / ftp.winsite.com-win95-demo.tar / ftp.winsite.com / pub / pc / win95 / demo / k20setup.exe / Karavan.mde / tbl_E2_ClosingRates.json < prev    next >
JavaScript Object Notation  |  1999-12-29  |  478b

  1. {
  2.     "schema": {
  3.         "Currency_Code": "Text (3) NOT NULL",
  4.         "Currency_Description": "Text (49) NOT NULL",
  5.         "Closing_Rate": "Double NOT NULL"
  6.     },
  7.     "data": [
  8.         {
  9.             "Currency_Code": "CHF",
  10.             "Currency_Description": "Swiss Franc",
  11.             "Closing_Rate": 1.4878
  12.         },
  13.         {
  14.             "Currency_Code": "DEM",
  15.             "Currency_Description": "German Mark",
  16.             "Closing_Rate": 1.8221
  17.         },
  18.         {
  19.             "Currency_Code": "JPY",
  20.             "Currency_Description": "Japanese Yen",
  21.             "Closing_Rate": 119.19
  22.         },
  23.         {
  24.             "Currency_Code": "OIP",
  25.             "Currency_Description": "Offshore Islands Pound",
  26.             "Closing_Rate": 0.5405
  27.         }
  28.     ]
  29. }