diff --git a/tagmark/core/data.py b/tagmark/core/data.py index 64fd739..9737df3 100644 --- a/tagmark/core/data.py +++ b/tagmark/core/data.py @@ -182,7 +182,7 @@ def dump_to_json_lines( if len(self.tagmark_items) > 0: with open(output_path, "w") as f: f.writelines( - f"{json.dumps(_item.to_dict(keep_empty_keys=keep_empty_keys))}\n" + f"{json.dumps(obj=_item.to_dict(keep_empty_keys=keep_empty_keys), ensure_ascii=False)}\n" for _item in self.tagmark_items if ( (