Podcast
Questions and Answers
Which of the following is a valid example of JSON format?
Which of the following is a valid example of JSON format?
- {'name': 'Alice', 'age': 25}
- {'title': 'Mr', 'age': 40}
- {'first_name': 'Emma', 'city': 'New York'} (correct)
- {'name': 'John', 'age': 30}
What does JSON stand for?
What does JSON stand for?
- JSON Object Naming
- Java System Object Network
- JavaScript Object Notation (correct)
- JavaScript Oriented Notation
What is the purpose of JSON?
What is the purpose of JSON?
- To style web pages
- To define webpage structure
- To create animations
- To transmit data (correct)