Which data structure is produced when this Python code is run?
json.load() parses the JSON object in the file into a Python dictionary. The resulting value contains key-value pairs enclosed in curly braces.
json.load()
Community Discussion