News

Ditto for dictionaries. I know. The problem I was originally trying to solve only contains nested dictionaries and lists, so I was just changing in-place.
What I'm trying to do is call an API and get a chunk of JSON data, then store it in a nested dictionary, as I iterate through a list of strings. (000, 001, 004, etc.) The API call and data storage ...