How to Use the JSON Module in Python?
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.