Nonaktifkan JSON Dumps Encode

# ensure_ascii=False
with open('filename', 'w', encoding='utf8') as json_file:
    json.dump("ברי צקלה", json_file, ensure_ascii=False)
The Biton Edge