home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / biuro / AXIS / standalone / Backend.mdb / Passwords.json < prev    next >
Encoding:
JavaScript Object Notation  |  1998-12-14  |  379 b 

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "Password": "Text (50)",
  5.         "Features": "Text (255)",
  6.         "Reports": "Text (255)",
  7.         "Active": "Boolean NOT NULL",
  8.         "Keepalive": "Long Integer",
  9.         "Name": "Text (100)"
  10.     },
  11.     "data": [
  12.         {
  13.             "ID": 1,
  14.             "Password": "demo",
  15.             "Features": "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15",
  16.             "Reports": "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25",
  17.             "Active": 0,
  18.             "Keepalive": 0,
  19.             "Name": "DEMO"
  20.         }
  21.     ]
  22. }