Read JSON file · import json · with open(r'C:\Users\DEVANSH SHARMA\student.json') as f: · data = json.load(f) · print(data).
確定! 回上一頁