home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2000 August / DPPCPRO0800.ISO / August / Simply / _SETUP.1 / PerDemo.mdb / Users.json < prev    next >
Encoding:
JavaScript Object Notation  |  2000-04-17  |  387 b 

  1. {
  2.     "schema": {
  3.         "Initials": "Text (50)",
  4.         "UserName": "Text (50)",
  5.         "Password": "Text (50)",
  6.         "Profile": "Text (50)",
  7.         "SecLevel": "Integer"
  8.     },
  9.     "data": [
  10.         {
  11.             "Initials": "ADMIN",
  12.             "UserName": "ADMIN",
  13.             "Password": "ADMIN",
  14.             "SecLevel": 0
  15.         },
  16.         {
  17.             "Initials": "ALAN",
  18.             "UserName": "Alan Jones",
  19.             "Password": "ALAN",
  20.             "Profile": "ALL",
  21.             "SecLevel": 20
  22.         },
  23.         {
  24.             "Initials": "JO",
  25.             "UserName": "Joanne Green",
  26.             "Password": "JO",
  27.             "Profile": "LTD",
  28.             "SecLevel": 50
  29.         }
  30.     ]
  31. }