Podcast
Questions and Answers
What is an example of a JSON format?
What is an example of a JSON format?
- {'John', 30, 'male'}
- {'name': 'John', 'age': 30} (correct)
- name: 'John', age: 30
- ['apple', 'banana', 'cherry']
What is the purpose of a JSON format?
What is the purpose of a JSON format?
- To play audio files
- To perform complex calculations
- To store and transmit data (correct)
- To create visual designs
What is an example of a simple data type in JSON?
What is an example of a simple data type in JSON?
- Function
- Array
- String (correct)
- Class