How to determine data types of multiple dictionary values in a JSON file when some values are null
The data is a long list of dictionaries from a JSON file. Each dictionary has the same keys but different values of multiple types, and sometimes these values are null. I need to know the type of each value so…