To stock the JSON data in a python dictionary, a solution is to use load() from the json module, example: import json with open('data.json') as json_data: ...
確定! 回上一頁