chore(writer): improve text display(ja etc) in json file

This commit is contained in:
darwintree
2023-09-10 21:56:12 +08:00
parent 31f5233949
commit c6d9e6cb67

View File

@ -402,7 +402,7 @@ class WriteJSON(ResultWriter):
extension: str = "json"
def write_result(self, result: dict, file: TextIO, options: dict):
json.dump(result, file)
json.dump(result, file, ensure_ascii=False)
def get_writer(