Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

write dict to json file with special characters

with open(filename, 'w', encoding='utf-8') as file:
    json.dump(data, file, ensure_ascii=False)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #write #dict #json #file #special #characters
ADD COMMENT
Topic
Name
3+5 =