You've learned what JSON is and how it structures data with key-value pairs. Now let's practice reading different JSON examples to extract specific information.
Being able to read JSON is essential for understanding how APIs work.
Engagement Message
Ready to practice your JSON reading skills?
Type
Fill In The Blanks
Markdown With Blanks
Let's practice identifying information in JSON. Look at this data about a book:
Fill in the blanks: The book has [[blank:245]] pages and was written by [[blank:Jane Smith]].
Suggested Answers
- 245
- Jane Smith
- 2023
Type
Multiple Choice
Practice Question
Here's JSON data about a user's profile. Which piece of information tells us if they're currently online?
A. username B. email C. isOnline D. lastLogin
Suggested Answers
- A
- B
- C - Correct
- D
Type
Sort Into Boxes
Practice Question
Sort these JSON elements by their type:
Labels
- First Box Label: Keys (Labels)
- Second Box Label: Values (Data)
First Box Items
- "name"
