home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / bonus / 95tele / telefon.md_ / telefon.md / Telefon.json
JavaScript Object Notation  |  1997-11-15  |  740b

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "PLZ": "Text (10)",
  5.         "Notizen": "Text (255)",
  6.         "Geburtstag": "DateTime",
  7.         "Datum": "DateTime",
  8.         "Firma": "Text (63)",
  9.         "Abteilung": "Text (63)",
  10.         "Nachname": "Text (63)",
  11.         "Vorname": "Text (63)",
  12.         "Tel_Firma": "Text (63)",
  13.         "Tel_Mobil": "Text (63)",
  14.         "Fax": "Text (63)",
  15.         "Tel_Privat": "Text (63)",
  16.         "eMail": "Text (63)",
  17.         "Ort": "Text (63)",
  18.         "Stra├ƒe": "Text (63)",
  19.         "Benutzername": "Text (63)"
  20.     },
  21.     "data": [
  22.         {
  23.             "ID": 1,
  24.             "PLZ": "30966",
  25.             "Geburtstag": "04/07/63 00:00:00",
  26.             "Firma": "NDR H",
  27.             "Abteilung": "Bildme├ƒtechnik",
  28.             "Nachname": "Barnstorf",
  29.             "Vorname": "Reimar",
  30.             "Tel_Firma": "0511 988 2717",
  31.             "Tel_Mobil": "Quix 01654 2912103",
  32.             "Fax": "0511 988 2711",
  33.             "Tel_Privat": "0511 422480",
  34.             "eMail": "Reimar.Barnstorf@t-online.de",
  35.             "Ort": "Hemmingen",
  36.             "Stra├ƒe": "Ernst von Alten Allee 43"
  37.         }
  38.     ]
  39. }