home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "Initials": "Text (50)",
- "UserName": "Text (50)",
- "Password": "Text (50)",
- "Profile": "Text (50)",
- "SecLevel": "Integer"
- },
- "data": [
- {
- "Initials": "ADMIN",
- "UserName": "ADMIN",
- "Password": "ADMIN",
- "SecLevel": 0
- },
- {
- "Initials": "ALAN",
- "UserName": "Alan Jones",
- "Password": "ALAN",
- "Profile": "ALL",
- "SecLevel": 20
- },
- {
- "Initials": "JO",
- "UserName": "Joanne Green",
- "Password": "JO",
- "Profile": "LTD",
- "SecLevel": 50
- }
- ]
- }