Advertisement
Guest User

Untitled

a guest
Jul 20th, 2016
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.49 KB | None | 0 0
  1. {
  2.     "aaData": [{
  3.         "id": 29,
  4.         "name": "name",
  5.         "surname": "surname",
  6.         "salary": "7000,10000",
  7.         "gender": "M",
  8.         "scDocumentCollection": [],
  9.         "scCooperationCollection": [{
  10.             "id": 23,
  11.             "selected": true,
  12.             "scFields": {
  13.                 "id": 37,
  14.                 "name": "Full time contract",
  15.                 "parentId": 32,
  16.                 "fieldType": null
  17.             }
  18.         }, {
  19.             "id": 24,
  20.             "selected": true,
  21.             "scFields": {
  22.                 "id": 39,
  23.                 "name": "Croatia/Varaždin",
  24.                 "parentId": 33,
  25.                 "fieldType": null
  26.             }
  27.         }],
  28.         "scSkillsCollection": [{
  29.             "id": 25,
  30.             "name": null,
  31.             "description": null,
  32.             "rating": 5.0,
  33.             "fieldId": 17,
  34.             "scFields": {
  35.                 "id": 17,
  36.                 "name": "AngularJS",
  37.                 "parentId": 3,
  38.                 "fieldType": null
  39.             }
  40.         }],
  41.         "scProjectsCollection": [],
  42.         "workExperience": "0 days",
  43.     }, {
  44.         "id": 30,
  45.         "name": "sad",
  46.         "surname": "das",
  47.         "salary": "7000,12500",
  48.         "gender": "M",
  49.         "scDocumentCollection": [],
  50.         "scCooperationCollection": [{
  51.             "id": 25,
  52.             "selected": true,
  53.             "scFields": 37
  54.         }, {
  55.             "id": 26,
  56.             "selected": true,
  57.             "scFields": 39
  58.         }],
  59.         "scSkillsCollection": [{
  60.             "id": 26,
  61.             "name": null,
  62.             "description": null,
  63.             "rating": 4.5,
  64.             "fieldId": 17,
  65.             "scFields": 17
  66.         }, {
  67.             "id": 27,
  68.             "name": null,
  69.             "description": null,
  70.             "rating": 5.0,
  71.             "fieldId": 29,
  72.             "scFields": {
  73.                 "id": 29,
  74.                 "name": "MongoDB",
  75.                 "parentId": 5,
  76.                 "fieldType": null
  77.             }
  78.         }],
  79.         "scProjectsCollection": [],
  80.         "workExperience": "0 days",
  81.     }]
  82. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement