home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Game Programming for Teens / VBGPFT.cdr / DirectX8 / dx8vbsdk.exe / samples / multimedia / vbsamples / media / vbmsgsrv.mdb / ClientInfo.json next >
Encoding:
JavaScript Object Notation  |  2000-09-22  |  421 b 

  1. {
  2.     "schema": {
  3.         "ClientID": "Long Integer",
  4.         "ClientName": "Text (255)",
  5.         "ClientPassword": "Text (50)",
  6.         "CurrentlyLoggedOn": "Boolean NOT NULL",
  7.         "CurrentDPlayID": "Long Integer"
  8.     },
  9.     "data": [
  10.         {
  11.             "ClientID": 963794840,
  12.             "ClientName": "tmiller",
  13.             "ClientPassword": "├░├╢├│├ª├▒├«├ó├¡",
  14.             "CurrentlyLoggedOn": 0,
  15.             "CurrentDPlayID": 0
  16.         },
  17.         {
  18.             "ClientID": 963799580,
  19.             "ClientName": "millerman",
  20.             "ClientPassword": "├░├╢├│├ª├▒├«├ó├¡",
  21.             "CurrentlyLoggedOn": 0,
  22.             "CurrentDPlayID": 0
  23.         }
  24.     ]
  25. }