In the file there is a JSON data I'm trying to retrieve data from "sai" only
https://drive.google.com/file/d/1r7tnZjFSvggfkI890vgmRmiv16_kAbY4/view?usp=sharing
import json
with open("student_detailsdb.json","r") as fp:
data = json.load(fp)
for i in data:
print(i["sai"])