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

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "Description": "Text (50)",
  5.         "Type": "Text (50) NOT NULL",
  6.         "Image": "Long Integer"
  7.     },
  8.     "data": [
  9.         {
  10.             "ID": 1,
  11.             "Description": "Nautilus",
  12.             "Type": "n",
  13.             "Image": 3
  14.         },
  15.         {
  16.             "ID": 2,
  17.             "Description": "Universal",
  18.             "Type": "u",
  19.             "Image": 3
  20.         },
  21.         {
  22.             "ID": 3,
  23.             "Description": "barbell",
  24.             "Type": "b",
  25.             "Image": 2
  26.         },
  27.         {
  28.             "ID": 4,
  29.             "Description": "dumbell",
  30.             "Type": "d",
  31.             "Image": 2
  32.         },
  33.         {
  34.             "ID": 17,
  35.             "Description": "Smith machine",
  36.             "Type": "6",
  37.             "Image": 3
  38.         },
  39.         {
  40.             "ID": 18,
  41.             "Description": "no equipment",
  42.             "Type": "o",
  43.             "Image": 1
  44.         },
  45.         {
  46.             "ID": 21,
  47.             "Description": "treadmill",
  48.             "Type": "7",
  49.             "Image": 1
  50.         },
  51.         {
  52.             "ID": 22,
  53.             "Description": "stair master",
  54.             "Type": "8",
  55.             "Image": 1
  56.         },
  57.         {
  58.             "ID": 23,
  59.             "Description": "bicycle",
  60.             "Type": "9",
  61.             "Image": 4
  62.         },
  63.         {
  64.             "ID": 24,
  65.             "Description": "bicycle, stationary",
  66.             "Type": "10",
  67.             "Image": 4
  68.         }
  69.     ]
  70. }