21.) Which of the following is NOT a JSON data type?
22.) What separates two key-value pairs in a JSON object?
23.) Can JSON keys have spaces?
24.) Which tool is used to validate JSON syntax?
25.) Which data structure is JSON closest to?
26.) What is the purpose of application/json MIME type?
27.) Can JSON values be arrays?
28.) Which of the following is the correct way to represent an empty JSON object?
29.) How are negative numbers represented in JSON?
30.) Can JSON arrays contain objects?