home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 4_2005-2006.ISO / data / PscEnc.mdb / DifficultyType.json < prev    next >
JavaScript Object Notation  |  2012-11-27  |  242b

  1. {
  2.     "schema": {
  3.         "DifficultyTypeId": "Long Integer",
  4.         "Name": "Text (255)"
  5.     },
  6.     "data": [
  7.         {
  8.             "DifficultyTypeId": 1,
  9.             "Name": "Unknown"
  10.         },
  11.         {
  12.             "DifficultyTypeId": 2,
  13.             "Name": "Beginner"
  14.         },
  15.         {
  16.             "DifficultyTypeId": 3,
  17.             "Name": "Intermediate"
  18.         },
  19.         {
  20.             "DifficultyTypeId": 4,
  21.             "Name": "Advanced"
  22.         }
  23.     ]
  24. }