This is the part we didn't get to. we'll talk about it more next week, but in case you need the code for something in the homework...

If you haven't already installed this package, you will need to do so before continuing.

This is our dictionary example from the end of the last class

This is another example of a dictionary. We are going to turn it from text (which is all json is), into a dictionary using the json package.

look inside the dictionary at one of the variables

If you have a json file, you can load it this way

another way to import json into a dictionary

This is the dictionary from before. notice it's now a string, which is all json is, so you can export it to a file if you wanted.