Pop quiz: What exactly is a JSON?
Which of the following is not true of the JSON file format?
This exercise is part of the course
Importing Data in Python
Exercise instructions
JSONs consist of key-value pairs.,JSONs are human-readable.,The JSON file format arose out of a growing need for real-time server-to-browser communication.,The function
json.load()
will load the JSON into Python as a list
.,The function json.load()
will load the JSON into Python as a dictionary
.Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
