Podcast
Questions and Answers
What is an example of a JSON format?
What is an example of a JSON format?
- {'name': 'John', 'age': 30} (correct)
- {'city': 'New York', 'population': 8000000}
- ['apple', 'banana', 'cherry']
- {'title': 'The Great Gatsby', 'author': 'F. Scott Fitzgerald'}
What is the purpose of using JSON?
What is the purpose of using JSON?
- To perform complex mathematical calculations
- To transmit data between a server and a web application (correct)
- To write computer programs in binary code
- To create 3D graphics in video games
What is the structure of a JSON array?
What is the structure of a JSON array?
- {'city': 'New York', 'population': 8000000}
- {'name': 'John', 'age': 30}
- [1, 2, 3] (correct)
- {'title': 'The Great Gatsby', 'author': 'F. Scott Fitzgerald'}