file = open('books.json','r') >>> text = file.read() >>> text = json.loads(text) Now you are ready to apply the json_normalize() function.
確定! 回上一頁