home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / biuro / SDSHelpDesk / Demo.mdb / Priority.json < prev    next >
JavaScript Object Notation  |  1999-01-18  |  266b

  1. {
  2.     "schema": {
  3.         "PriorityId": "Long Integer",
  4.         "Hide": "Boolean NOT NULL",
  5.         "Priority": "Text (50) NOT NULL"
  6.     },
  7.     "data": [
  8.         {
  9.             "PriorityId": 1,
  10.             "Hide": 0
  11.         },
  12.         {
  13.             "PriorityId": 2,
  14.             "Hide": 0,
  15.             "Priority": "Low"
  16.         },
  17.         {
  18.             "PriorityId": 3,
  19.             "Hide": 0,
  20.             "Priority": "Medium"
  21.         },
  22.         {
  23.             "PriorityId": 4,
  24.             "Hide": 0,
  25.             "Priority": "High"
  26.         }
  27.     ]
  28. }