Podcast
Questions and Answers
Which of the following is an example of JSON format?
Which of the following is an example of JSON format?
- name: 'John', age: 30
- {'name': 'John', 'age': 30} (correct)
- name = 'John', age = 30
- {'name': 'John'; 'age': 30}
What is the purpose of using JSON?
What is the purpose of using JSON?
- To create visual effects in web design
- To write computer programs
- To perform mathematical calculations
- To store and transmit data (correct)
Which character is used to separate key-value pairs in JSON?
Which character is used to separate key-value pairs in JSON?
- ,
- : (correct)
- =
- ;