JSON is a lightweight, human-readable format for storing and exchanging data. The built-in JSON module makes it simple to read and write JSON files. Set it up with:
import json
With JSON, JSON objects become Python dictionaries, JSON arrays become Python lists.