Çözüldü:
import json
with open(“db.json”,“w”,encoding=‘utf-8’) as file:
json.dump(db,file,ensure_ascii=False,indent=2)
Çözüldü:
import json
with open(“db.json”,“w”,encoding=‘utf-8’) as file:
json.dump(db,file,ensure_ascii=False,indent=2)