Nested Dictionaries
Summary : Read a JSON file, create a Dict, loop through and get keys and values from the inner Dict using Python. uses : f.read / json.dumps / json.loads / list comprehension / for loop This post assumes you already have a nested dictionary saved as a JSON file. We want to do 3 things: […]