home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 4 Unleashed / Visual_Basic_4_Unleashed_SAMS_Publishing_1995.iso / source / chap36 / template.mdb / tblAboutDatabase.json next >
Encoding:
JavaScript Object Notation  |  1995-10-12  |  327 b 

  1. {
  2.     "schema": {
  3.         "Subject": "Text (50)",
  4.         "Detail": "Memo/Hyperlink (255)",
  5.         "ShowPictures": "Boolean NOT NULL",
  6.         "ExactSkillsOn": "Boolean NOT NULL",
  7.         "DefaultSkillRating": "Byte"
  8.     },
  9.     "data": [
  10.         {
  11.             "Subject": "Frank's Virtual Workshop",
  12.             "Detail": "Database of candidates and project information for imaginary company.",
  13.             "ShowPictures": 1,
  14.             "ExactSkillsOn": 0
  15.         }
  16.     ]
  17. }