Question 1: What does JSON stand for?
Question 2: What type of values can be stored in a JSON object?
Question 3: How are JSON objects enclosed?
Question 4: Can JSON be used with other programming languages besides JavaScript?
Question 5: Which of the following is not a valid JSON data type?
Question 6: Which symbol is used to separate key-value pairs in JSON?
Question 7: Can JSON data be parsed in JavaScript?
Question 8: What is the role of the JSON.stringify() method?
Question 9: Which of the following is the correct way to parse a JSON string in JavaScript?
Question 10: What character is used to enclose a string in JSON?