JSON is a lightweight data-interchange format. It allows us to represent the objects in our Python programs as human-readable text that can be sent over the internet. Lots of APIs and databases use JSON for communication.
You’ll learn how to work with Python’s built-in json
module to serialize the data in your programs into JSON format. Then, you’ll deserialize some JSON from an online API and convert it into Python objects.
What’s Included:
- 8 Lessons
- Video Subtitles and Full Transcripts
- Accompanying Text-Based Tutorial
- Interactive Quiz to Check Your Progress
- Q&A With Python Experts: Ask a Question
- Certificate of Completion
Related Learning Paths:
PururinTora on March 2, 2022
This was awesome Guys! I learnt a lot from it. These lines were absolute highlights for me: