Podcast
Questions and Answers
What is an example of a JSON format?
What is an example of a JSON format?
- {'title': 'The Hobbit', 'author': 'J.R.R. Tolkien'}
- {'brand': 'Nike', 'size': 10, 'color': 'black'}
- {'name': 'John', 'age': 30} (correct)
- ['apple', 'banana', 'cherry']
What type of information does the provided example JSON format represent?
What type of information does the provided example JSON format represent?
- Book details
- Personal information (correct)
- Product details
- List of fruits
In the example JSON format, what does the key 'age' represent?
In the example JSON format, what does the key 'age' represent?
- The shoe's size
- The book's publication year
- The index of the fruit in the list
- The person's age (correct)