Test your ability to read JSON.

Question Title

* Which symbol in JSON is used to group related information, like a folder holding details about one topic?

Question Title

* In JSON, square brackets [ ] are used to represent a __________.

Question Title

* You’re reviewing a JSON file that includes this entry:

"Location": { "City": "New Orleans", "State": "Louisiana" }

What do the curly braces { } indicate?

Question Title

* You’re reviewing the following JSON entry:

"Location": {
"Restaurant": "The Fancy Fork",
"City": "New Orleans"
}

What does the "Location" key contain?

Question Title

* In JSON, text data is always enclosed in __________.

Question Title

* Which of the following is an example of a Boolean value in JSON?

Question Title

* You’re looking at a JSON entry:

"Completed": true

What does this entry indicate?

T