Correct Answer: JSON has less markup requirements and therefore is lighter than XML
Explanation:
Note: This Question is unanswered, help us to find answer for this one
JSON Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More JSON MCQ Questions
Given this JSON example: { "Employee": { "Name": "Amy", "Age": 25 } }; What is the type of Employee.Age ?
In the below notation, Employee is of type { "Employee": [ "Amy", "Bob", "John" ] }
Which of the following is not a JSON type?
What is the file extension of JSON?
Which of these is correct about the JSON standard?
What characters denote strings in JSON?
What tool might you use to validate your JSON?
What’s wrong with this JavaScript? JSON.parse({"first": "Sarah", "last": "Connor"}) ;
How do you encode a date in JSON?
Which is an invalid JSON value?
JSON MCQs | Topic-wise