Podcast
Questions and Answers
What is the example format for a JSON?
What is the example format for a JSON?
- Key-value pairs enclosed in curly braces (correct)
- Key-value pairs enclosed in square brackets
- Key-value pairs separated by semicolons
- Key-value pairs separated by commas
What is a characteristic of JSON format?
What is a characteristic of JSON format?
- It requires a specific data type declaration
- It can only represent numerical data
- It allows comments within the data
- It is language-independent (correct)
What does JSON use to separate key-value pairs?
What does JSON use to separate key-value pairs?
- Semicolons
- Commas (correct)
- Periods
- Colons
What is the correct way to represent a JSON key-value pair?
What is the correct way to represent a JSON key-value pair?
Which data type is not supported in JSON?
Which data type is not supported in JSON?
What is the correct way to represent an array in JSON?
What is the correct way to represent an array in JSON?
Flashcards are hidden until you start studying