Podcast
Questions and Answers
Which of the following is a valid data type in JSON?
Which of the following is a valid data type in JSON?
- Undefined
- Symbol
- String (correct)
- Function
Which of the following is a characteristic of JSON format?
Which of the following is a characteristic of JSON format?
- It is primarily used for front-end development
- It does not support nested objects and arrays
- It is easy for humans to read and write (correct)
- It can only represent simple data structures
What is the purpose of using JSON in web development?
What is the purpose of using JSON in web development?
- To secure the connection between client and server
- To define the layout and design of a website
- To create complex visual effects on web pages
- To transmit data between a server and web application (correct)