Question 6
Consider the following JSON data:
{
"name": "John Doe",
"age": 25,
"city": "New York",
"catalogYear": 2023,
"isRegistered": true,
"grades": [85, 90, 92]
}
Which of the following statements is true about the JSON data?
The "grades" property is a String data type.
JSON is not a valid format for representing data.
There is an error in the structure of the JSON data.
The "isRegistered" property is a Boolean data type.