import json #someFiles is just a fold name inside the projects main folder. with open("someFiles\\file_name", "r") as whatever_u_want: var_of_choice = json.load(whatever_u_want) print (var_of_choice)
import json #someFiles is just a fold name inside the projects main folder. with open("someFiles\\file_name", "r") as whatever_u_want: var_of_choice = json.load(whatever_u_want) print (var_of_choice)