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': 'John', 'age': 30 }
- { name: "John", age: 30 }
- { "name": "John", "age": 30 } (correct)
- { name: 'John', age: 30 }
What does JSON stand for?
What does JSON stand for?
- JavaScript Oriented Notation
- JavaScript Object Notation (correct)
- JSON Object Naming
- Java Standard Object Notation
What type of data does JSON support?
What type of data does JSON support?
- Text, Number, Object, Array, Boolean, Null (correct)
- Text, Integer, List, Dictionary, True, False
- String, Number, Array, Object, True, False, None
- String, Integer, Array, Object, True, False
Flashcards are hidden until you start studying