Podcast
Questions and Answers
Which of the following is an example of a JSON format?
Which of the following is an example of a JSON format?
- {'John', 30}
- name: 'John', age: 30
- name = 'John', age = 30
- {'name': 'John', 'age': 30} (correct)
What is the purpose of using JSON?
What is the purpose of using JSON?
- To play audio files
- To store and transmit data (correct)
- To create visual effects in web pages
- To perform complex calculations
In which programming language is JSON syntax derived from?
In which programming language is JSON syntax derived from?
- C++
- Java
- Python
- JavaScript (correct)
Flashcards are hidden until you start studying