Podcast
Questions and Answers
Which of the following is not a valid option for the JSON format?
Which of the following is not a valid option for the JSON format?
- Comments (correct)
- Arrays as property values
- Functions as values
- Nested objects
What is the maximum nesting level for JSON objects?
What is the maximum nesting level for JSON objects?
- 10
- 100
- 20
- Unlimited (correct)
Which of the following is a valid data type in JSON?
Which of the following is a valid data type in JSON?
- Undefined
- Date
- Map (correct)
- Function