home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 2001 January / CT_SW0101.ISO / mac / software / finanzen / boerse / biutick.exe / data / #DBdaten.mdb / Depot.json next >
JavaScript Object Notation  |  2001-03-07  |  342b

  1. {
  2.     "schema": {
  3.         "ID_Depot": "Long Integer",
  4.         "ID_Portfolio": "Long Integer",
  5.         "Name": "Text (50)",
  6.         "Waehrung": "Long Integer",
  7.         "bReal": "Boolean NOT NULL",
  8.         "Cash": "Double",
  9.         "Gewinn": "Double",
  10.         "Betrag": "Double",
  11.         "AbschlussDatum": "Text (10)"
  12.     },
  13.     "data": [
  14.         {
  15.             "ID_Depot": 1,
  16.             "ID_Portfolio": 1,
  17.             "Name": "Mein Musterdepot",
  18.             "Waehrung": 1,
  19.             "bReal": 0,
  20.             "Cash": 0,
  21.             "Gewinn": 0,
  22.             "Betrag": 0
  23.         }
  24.     ]
  25. }