chen459664's picture
Add files using upload-large-folder tool
8c6338f verified
Raw
History Blame Contribute Delete
87 Bytes
import json
with open("data.json", "r", encoding="utf-8") as f:
data = json.load(f)