Practice JSON (JavaScript Object Notation) - 3.1 | Chapter 12: Working with External Libraries and APIs | Python Advance
Students

Academic Programs

AI-powered learning for grades 8-12, aligned with major curricula

Professional

Professional Courses

Industry-relevant training in Business, Technology, and Design

Games

Interactive Games

Fun games to boost memory, math, typing, and English skills

JSON (JavaScript Object Notation)

3.1 - JSON (JavaScript Object Notation)

Enroll to start learning

You’ve not yet enrolled in this course. Please enroll for free to listen to audio lessons, classroom podcasts and take practice test.

Learning

Practice Questions

Test your understanding with targeted questions

Question 1 Easy

What does JSON stand for?

💡 Hint: Think about its usage in web applications.

Question 2 Easy

How do you convert a JSON string into a Python dictionary?

💡 Hint: Recall the name of the method.

4 more questions available

Interactive Quizzes

Quick quizzes to reinforce your learning

Question 1

What does JSON stand for?

JavaScript Object Notation
Java Directory Object Notation
Java Object Notation

💡 Hint: Focus on the name itself.

Question 2

Is json.loads() used for converting JSON strings into dictionaries?

True
False

💡 Hint: Remember how we load data.

1 more question available

Challenge Problems

Push your limits with advanced challenges

Challenge 1 Hard

Write a Python script that loads a JSON string representing a book (title, author, year) and prints each attribute.

💡 Hint: Remember to define the JSON string correctly.

Challenge 2 Hard

You have a JSON object representing a person. Modify your code to add an 'email' attribute and convert it back to a JSON formatted string.

💡 Hint: Revisit how to manipulate dictionaries.

Get performance evaluation

Reference links

Supplementary resources to enhance your learning experience.