home *** CD-ROM | disk | FTP | other *** search
- {
- "schema": {
- "ID": "Long Integer",
- "Password": "Text (50)",
- "Features": "Text (255)",
- "Reports": "Text (255)",
- "Active": "Boolean NOT NULL",
- "Keepalive": "Long Integer",
- "Name": "Text (100)"
- },
- "data": [
- {
- "ID": 1,
- "Password": "demo",
- "Features": "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15",
- "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",
- "Active": 0,
- "Keepalive": 0,
- "Name": "DEMO"
- }
- ]
- }