Json çıktı hatası : Çözüldü

Çözüldü:

import json

with open(“db.json”,“w”,encoding=‘utf-8’) as file:

 json.dump(db,file,ensure_ascii=False,indent=2)