MemotivaFile I/O and serialization

What is the json module?

File I/O and serialization

Audio flashcard · 0:16

Nortren·

What is the json module?

0:16

The json module provides functions for serializing Python objects to JSON and deserializing JSON to Python. The main functions are dumps and loads for strings, dump and load for files. Only basic types map directly: dict, list, str, int, float, bool, and None.
docs.python.org