import json as JS if __name__ == "__main__": with open("data.json", "r") as file: data = JS.load(file) print(data)