Working With JSON Data in Python
Austin Cepalia
7 Lessons
36m
intermediate
python
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.
Working With JSON Data in Python
7 Lessons ⋅ 36m
1. What is JSON? (04:48)
2. Serializing JSON Data (04:39)
3. Deserializing JSON Data (03:04)
6. Encoding Custom Types to JSON (04:02)
About Austin Cepalia
Austin is a video tutorial author at Real Python. He's currently a freshman working toward a degree in computer science at Rochester Institute of Technology.
» More about Austin


