File size: 87 Bytes
11690a5
 
 
1
2
3
import json
with open("data.json", "r", encoding="utf-8") as f:
    data = json.load(f)