Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

108
Views
Create a JSON structure that will capture some information about Subjects

I have to fill a JSON file with subject and the information for the subjects, I want to know if I have done it well based on the requirements that were asked.

What I had to do

What I have done:

{
"Subjects": [
   {
      "Code": "01",
      "Semester": "1",
      "Type": ["Mandatory","Elective"],
      "Professor": "Profesor 1",
      "Credits": "7",
      "Grade": "9",
      "Keywords": "jquery",
      "Lecture": ["lecture","practical"]
   },

   {
     "Code": "02",
      "Semester": "2",
      "Type": ["Mandatory","Elective"],
      "Professor": "Profesor2",
      "Credits": "6",
      "Grade": "9",
      "Keywords": "javascript",
      "Lecture": ["lecture","practical"]
   },

   {
    "Code": "03",
     "Semester": "7",
     "Type": ["Mandatory","Elective"],
     "Professor": "Profesor 3",
     "Credits": "6",
     "Grade": "7",
     "Keywords": "php",
     "Lecture": ["lecture","practical"]
  },

  {
    "Code": "04",
     "Semester": "2",
     "Type": ["Mandatory","Elective"],
     "Professor": "Profesor 4",
     "Credits": "4",
     "Grade": "6",
     "Keywords": "java",
     "Lecture": ["lecture","practical"]
  },


  {
    "Code": "05",
     "Semester": "4",
     "Type": ["Mandatory","Elective"],
     "Professor": "Profesor 5",
     "Credits": "4",
     "Grade": "7",
     "Keywords": "css",
     "Lecture": ["lecture","practical"]
  }

]

}

Have I done this correctly or do I need to make more changes to the JSON file.

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Based on your provided screenshot - everything looks ok.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!