Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. {
  2. "skills" : [
  3. {
  4. "title" : "Application Development",
  5. "list" : [
  6. {
  7. "topic" : "C",
  8. "rating" : 4
  9. },
  10. {
  11. "topic" : "C++",
  12. "rating" : 3
  13. },
  14. {
  15. "topic" : "Java",
  16. "rating" : 4
  17. },
  18. {
  19. "topic" : "MatLab",
  20. "rating" : 2
  21. },
  22. {
  23. "topic" : "Git",
  24. "rating" : 4
  25. }
  26. ]
  27. },
  28. {
  29. "title" : "Web Development",
  30. "list" : [
  31. {
  32. "topic" : "HTML5",
  33. "rating" : 4
  34. },
  35. {
  36. "topic" : "CSS4",
  37. "rating" : 3
  38. },
  39. {
  40. "topic" : "JavaScript",
  41. "rating" : 3
  42. },
  43. {
  44. "topic" : "Bootstrap",
  45. "rating" : 4
  46. },
  47. {
  48. "topic" : "REST API",
  49. "rating" : 3
  50. },
  51. {
  52. "topic" : "ReactJS",
  53. "rating" : 2
  54. }
  55. {
  56. "topic" : "React Native",
  57. "rating" : 1
  58. }
  59. ]
  60. },
  61. {
  62. "title" : "Next",
  63. "list" : [
  64. {
  65. "topic" : "Mobile App Development",
  66. "rating" : 0
  67. },
  68. {
  69. "topic" : "Desktop App Development",
  70. "rating" : 0
  71. },
  72. {
  73. "topic" : "Image & Video Processing",
  74. "rating" : 0
  75. },
  76. {
  77. "topic" : "AI & Machine Learning",
  78. "rating" : 0
  79. }
  80. ]
  81. },
  82. {
  83. "title" : "Interest",
  84. "list" : [
  85. {
  86. "topic" : "Database Management",
  87. "rating" : 0
  88. },
  89. {
  90. "topic" : "Operating System",
  91. "rating" : 0
  92. },
  93. {
  94. "topic" : "Back-End Web Development",
  95. "rating" : 0
  96. },
  97. {
  98. "topic" : "UX Design",
  99. "rating" : 0
  100. },
  101. {
  102. "topic" : "Cyber Security",
  103. "rating" : 0
  104. }
  105. ]
  106. }
  107. ]
  108. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement