home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 April / APC443.iso / features / grpware / coldfus / coldfusi.exe / data1.cab / Sample_Databases / cfexamples.mdb / PubUsers.json < prev    next >
Encoding:
JavaScript Object Notation  |  1998-10-08  |  145 b 

  1. {
  2.     "schema": {
  3.         "UserID": "Long Integer",
  4.         "Username": "Text (50)",
  5.         "Password": "Text (50)"
  6.     },
  7.     "data": [
  8.         {
  9.             "UserID": 1,
  10.             "Username": "jcheng",
  11.             "Password": "twinkie"
  12.         }
  13.     ]
  14. }