What does JSON stand for?
What is the correct syntax for a JSON key?
Which data type is NOT supported in JSON?
Which of the following is a valid JSON object?
JSON keys must be?
Which method in JavaScript converts a JSON string into an object?
What does JSON.stringify() do in JavaScript?
In Python, which module is used to work with JSON?
Which function in Python converts a dictionary to a JSON string?
Which function in Python parses a JSON string to a dictionary?
What is the purpose of a JSON Schema?
Which of the following best describes a JSON Schema data type?
What is $ref used for in JSON Schema?
Which JSON Patch operation replaces a value?
In JSON Patch, what does the remove operation do?