JSON Module

Storing data in a file

Retrieving data from a file

Formatting JSON output

Creating Python dict from JSON

load vs loads dump vs dumps

Calling json.tool from the command line to pretty-print JSON output

Creating JSON from Python dict

JSON encoding custom objects