home *** CD-ROM | disk | FTP | other *** search
/ Visual Intercept / Visual Intercept.iso / database.z / intercpt.MDB / Users.json < prev   
Encoding:
JavaScript Object Notation  |  1997-03-20  |  255 b 

  1. {
  2.     "schema": {
  3.         "UserID": "Text (128) NOT NULL",
  4.         "Password": "Text (12)",
  5.         "ts": "Text (16) NOT NULL"
  6.     },
  7.     "data": [
  8.         {
  9.             "UserID": "guest",
  10.             "ts": "0000000008"
  11.         },
  12.         {
  13.             "UserID": "isadmin",
  14.             "ts": "0000000009"
  15.         },
  16.         {
  17.             "UserID": "isnotify",
  18.             "ts": "0000000010"
  19.         },
  20.         {
  21.             "UserID": "isuser",
  22.             "ts": "0000000011"
  23.         }
  24.     ]
  25. }