Total Questions : 20
Expected Time : 20 Minutes

1. Which JSON data type is used to represent a date?

2. In JSON, what is the purpose of an array?

3. What is the purpose of the JSON Hypertext Application Language (HAL) format?

4. Which method is used to validate a JSON schema against JSON data in JavaScript?

5. In JSON, how is a string represented?

6. What does the term 'serialization' mean in the context of JSON?

7. Which data types can be used in JSON?

8. Which RFC defines the JSON format?

9. Which of the following is a valid JSON array?

10. What is the purpose of the JSON Merge Patch format?

11. Which data type is not supported in JSON?

12. What is the purpose of the JSON-LD (JSON for Linked Data) format?

13. Which character is used to separate key-value pairs in a JSON object?

14. What does the JSON Patch format enable?

15. What is the purpose of the JSONP (JSON with Padding) technique?

16. How can you include a nested object within a JSON object?

17. Which symbol is used to separate key and value pairs in a JSON object?

18. What does JSON.parse() do in JavaScript?

19. Which symbol is used to denote the start and end of a JSON object?

20. In JSON, how is a boolean value 'true' represented?