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

  1. {
  2.     "schema": {
  3.         "ContactId": "Long Integer",
  4.         "SkillId": "Long Integer"
  5.     },
  6.     "data": [
  7.         {
  8.             "ContactId": 3,
  9.             "SkillId": 2
  10.         },
  11.         {
  12.             "ContactId": 3,
  13.             "SkillId": 3
  14.         },
  15.         {
  16.             "ContactId": 3,
  17.             "SkillId": 8
  18.         }
  19.     ]
  20. }