Closed this issue 4 years ago · 1 comments
Reading student list from xls file to json file is handled but I have a problem with Turkish characters , you can find .py file in python_project branch
Additional parameter to json.dump fixed that. it seems by default non-ascii chracters are not permitted
json.dump(data_list, writeJsonfile, indent=4, default=str,ensure_ascii=False)