home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / database / stdreg / stdreg32.mdb / Instructor.json < prev    next >
Encoding:
JavaScript Object Notation  |  1998-03-27  |  291 b 

  1. {
  2.     "schema": {
  3.         "InstructorID": "Text (8)",
  4.         "Name": "Text (40)",
  5.         "RoomNo": "Text (10)"
  6.     },
  7.     "data": [
  8.         {
  9.             "InstructorID": "KLAUSENJ",
  10.             "Name": "Klausen, Jim",
  11.             "RoomNo": "HAN-171"
  12.         },
  13.         {
  14.             "InstructorID": "ROGERSN",
  15.             "Name": "Rogers, Nancy",
  16.             "RoomNo": "HAN-163"
  17.         },
  18.         {
  19.             "InstructorID": "SMITHJ",
  20.             "Name": "Smith, Jane",
  21.             "RoomNo": "HAN-155"
  22.         }
  23.     ]
  24. }