You now have a Python dictionary from your JSON file. Pretty simple. import json with open('superheroes.json') as f: superHeroSquad = json.load( ...
確定! 回上一頁