Working With JSON Data in Python â Real Python
Creado: 08-01-21
In this tutorial you'll learn how to read and write JSON-encoded data using Python. You'll see hands-on examples of working with Python's built-in "json" module all the way up to encoding and decoding custom objects.
https://realpython.com/python-json/