Back Navigation Next Navigation Video 11: JSON Files (page 3 of 4)

We use the json module (import json) to read in the contents of a JSON file to our Python script. Within the json module, we typically use the load function (json.load) where we pass in the handle object as an argument to our json file.

Sample JSON Script