Working With JSON Data in Python

Working With JSON Data in Python

English | MP4 | AVC 1920×1080 | AAC 48KHz 2ch | 0h 36m | 110 MB

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.

Table of Contents

1 What is JSON-
2 Serializing JSON
3 Deserializing JSON
4 Working with JSON Data in Python
5 Working with Custom Objects
6 Encoding Custom Types
7 Decoding Custom Types