Podcast
Questions and Answers
What is the correct example of JSON format?
What is the correct example of JSON format?
- {'name': 'John'}
- {'item': 'description'}
- {'key': 'value'} (correct)
- {'question': 'answer'}
Which data type is used in JSON for representing a string?
Which data type is used in JSON for representing a string?
- Char
- String (correct)
- Word
- Text
What is the purpose of using JSON?
What is the purpose of using JSON?
- Complex calculations
- Data interchange (correct)
- Hardware configuration
- User interface design