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 / Enrollment.json < prev    next >
Encoding:
JavaScript Object Notation  |  1998-03-27  |  1.2 KB

  1. {
  2.     "schema": {
  3.         "StudentID": "Long Integer",
  4.         "CourseID": "Text (8)",
  5.         "SectionNo": "Text (4)",
  6.         "Grade": "Text (1)"
  7.     },
  8.     "data": [
  9.         {
  10.             "StudentID": 1001,
  11.             "CourseID": "MATH101",
  12.             "SectionNo": "1",
  13.             "Grade": "A"
  14.         },
  15.         {
  16.             "StudentID": 1002,
  17.             "CourseID": "MATH101",
  18.             "SectionNo": "1",
  19.             "Grade": "B"
  20.         },
  21.         {
  22.             "StudentID": 1003,
  23.             "CourseID": "MATH101",
  24.             "SectionNo": "1",
  25.             "Grade": "C"
  26.         },
  27.         {
  28.             "StudentID": 1004,
  29.             "CourseID": "MATH101",
  30.             "SectionNo": "1",
  31.             "Grade": "A"
  32.         },
  33.         {
  34.             "StudentID": 1005,
  35.             "CourseID": "MATH201",
  36.             "SectionNo": "2",
  37.             "Grade": "B"
  38.         },
  39.         {
  40.             "StudentID": 1006,
  41.             "CourseID": "MATH201",
  42.             "SectionNo": "2",
  43.             "Grade": "A"
  44.         },
  45.         {
  46.             "StudentID": 1007,
  47.             "CourseID": "MATH201",
  48.             "SectionNo": "2",
  49.             "Grade": "C"
  50.         },
  51.         {
  52.             "StudentID": 1008,
  53.             "CourseID": "MATH202",
  54.             "SectionNo": "1",
  55.             "Grade": "C"
  56.         },
  57.         {
  58.             "StudentID": 1009,
  59.             "CourseID": "MATH202",
  60.             "SectionNo": "1",
  61.             "Grade": "B"
  62.         },
  63.         {
  64.             "StudentID": 1010,
  65.             "CourseID": "MATH202",
  66.             "SectionNo": "1",
  67.             "Grade": "A"
  68.         },
  69.         {
  70.             "StudentID": 1011,
  71.             "CourseID": "MATH202",
  72.             "SectionNo": "2",
  73.             "Grade": "B"
  74.         },
  75.         {
  76.             "StudentID": 1012,
  77.             "CourseID": "MATH202",
  78.             "SectionNo": "2",
  79.             "Grade": "B"
  80.         },
  81.         {
  82.             "StudentID": 1013,
  83.             "CourseID": "MATH202",
  84.             "SectionNo": "3",
  85.             "Grade": "A"
  86.         },
  87.         {
  88.             "StudentID": 1014,
  89.             "CourseID": "MATH202",
  90.             "SectionNo": "3",
  91.             "Grade": "C"
  92.         },
  93.         {
  94.             "StudentID": 1015,
  95.             "CourseID": "MATH202",
  96.             "SectionNo": "3",
  97.             "Grade": "A"
  98.         },
  99.         {
  100.             "StudentID": 1016,
  101.             "CourseID": "MATH202",
  102.             "SectionNo": "3",
  103.             "Grade": "B"
  104.         }
  105.     ]
  106. }