Podcast
Questions and Answers
What is the purpose of escaping double quotes in JSON?
What is the purpose of escaping double quotes in JSON?
- To include special characters in a string (correct)
- To indicate the start of a string
- To indicate the end of a string
- To separate key-value pairs
Which of the following is a valid example of the JSON format mentioned in the text?
Which of the following is a valid example of the JSON format mentioned in the text?
- [{"key": "value"}] (correct)
- [{key: value}]
- {key: value}
- [{'key': 'value'}]
Which of the following is NOT a good practice when writing multiple choice questions?
Which of the following is NOT a good practice when writing multiple choice questions?
- Including 'all of the above' as an option (correct)
- Using 'none of the above' as an option
- Providing relevant context in the question
- Ensuring distractors are plausible