DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
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
COMMENT
Name
3+5 =
Submit