home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / Chip_1998-05_cd.bin / tema / InOffice / setup / DISK14 / PRAZDNA.MD_ / PRAZDNA.MD / Employees.json < prev    next >
JavaScript Object Notation  |  1998-03-30  |  358b

  1. {
  2.     "schema": {
  3.         "Employee ID": "Integer",
  4.         "Last Name": "Text (20)",
  5.         "First Name": "Text (10)",
  6.         "Title": "Text (30)",
  7.         "Podpis": "OLE (255)",
  8.         "LogName": "Text (25)"
  9.     },
  10.     "data": [
  11.         {
  12.             "Employee ID": 1,
  13.             "Last Name": "Pet┼Ö├¡k",
  14.             "First Name": "Pavel",
  15.             "Title": "referent",
  16.             "LogName": "Pavel"
  17.         },
  18.         {
  19.             "Employee ID": 2,
  20.             "Last Name": "P├ílen├¡kov├í",
  21.             "First Name": "Jana",
  22.             "Title": "referent",
  23.             "LogName": "Jana"
  24.         }
  25.     ]
  26. }