home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / biuro / SDSHelpDesk / HelpDesk.mdb / User.json < prev   
JavaScript Object Notation  |  1999-01-17  |  288b

  1. {
  2.     "schema": {
  3.         "ContactId": "Long Integer",
  4.         "Permissions": "Long Integer",
  5.         "Hide": "Boolean NOT NULL",
  6.         "License": "Text (50)",
  7.         "UserName": "Text (50) NOT NULL",
  8.         "Password": "Text (50)"
  9.     },
  10.     "data": [
  11.         {
  12.             "ContactId": 1,
  13.             "Hide": 0
  14.         },
  15.         {
  16.             "ContactId": 2,
  17.             "Permissions": 65535,
  18.             "Hide": 0,
  19.             "UserName": "ADMIN",
  20.             "Password": "admin"
  21.         }
  22.     ]
  23. }