Section 1 - Instruction

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?

Section 2 - Practice

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
Section 3 - Practice

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
Section 4 - Practice

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"
Sign up
Join the 1M+ learners on CodeSignal
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal