home *** CD-ROM | disk | FTP | other *** search
/ BUG 2 / BUGCD1997_01.iso / aplikac / muscle / bodybuil.md_ / bodybuil.md / Levels.json < prev    next >
JavaScript Object Notation  |  1996-10-21  |  327b

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "Level": "Long Integer NOT NULL",
  5.         "Description": "Text (50)"
  6.     },
  7.     "data": [
  8.         {
  9.             "ID": 1,
  10.             "Level": 1,
  11.             "Description": "beginner"
  12.         },
  13.         {
  14.             "ID": 2,
  15.             "Level": 2,
  16.             "Description": "entry"
  17.         },
  18.         {
  19.             "ID": 3,
  20.             "Level": 3,
  21.             "Description": "intermediate"
  22.         },
  23.         {
  24.             "ID": 4,
  25.             "Level": 4,
  26.             "Description": "experienced"
  27.         },
  28.         {
  29.             "ID": 5,
  30.             "Level": 5,
  31.             "Description": "professional"
  32.         }
  33.     ]
  34. }