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.
Practice Questions
Test your understanding with targeted questions
What does JSON stand for?
💡 Hint: Think about its usage in web applications.
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
What does JSON stand for?
💡 Hint: Focus on the name itself.
Is json.loads() used for converting JSON strings into dictionaries?
💡 Hint: Remember how we load data.
1 more question available
Challenge Problems
Push your limits with advanced challenges
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.
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.