Posts by William Chances • 3 points
1 post
-
-1
votes1
answer359
viewsQ: Convert json to Dictionary
I’m trying to convert json the data into a dictionary. This json_test to be a Dict type but actually comes as a list type when I check with type(json1_data). import json json1_file =…