home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / ctenari / Klimsa / organiz.md_ / organiz.md / Podnik.json < prev    next >
Encoding:
JavaScript Object Notation  |  2000-12-12  |  557 b 

  1. {
  2.     "schema": {
  3.         "Podnik": "Text (255)",
  4.         "Ulice": "Text (255)",
  5.         "M─¢sto": "Text (255)",
  6.         "PS─î": "Text (255)",
  7.         "Kontakt": "Text (255)",
  8.         "Telefon": "Text (255)",
  9.         "Fax": "Text (255)",
  10.         "Mobil": "Text (255)",
  11.         "E-mail": "Text (255)",
  12.         "I─îO": "Text (255)",
  13.         "DI─î": "Text (255)",
  14.         "ID": "Long Integer",
  15.         "Pozn├ímka": "Memo/Hyperlink (255)"
  16.     },
  17.     "data": [
  18.         {
  19.             "Podnik": "Amex",
  20.             "Ulice": "Jablo┼êov├í 25",
  21.             "M─¢sto": "Praha",
  22.             "PS─î": "102 00",
  23.             "Kontakt": "Nov├ík Jan",
  24.             "Telefon": "02/123456",
  25.             "Fax": "02/987654",
  26.             "Mobil": "0602-123456",
  27.             "E-mail": "***",
  28.             "I─îO": "123456",
  29.             "DI─î": "654321",
  30.             "ID": 59,
  31.             "Pozn├ímka": "Neplat├¡ fakt├║ry"
  32.         }
  33.     ]
  34. }