Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to write in uft-8 in write json file python

with open("example.json","w", encoding='utf-8') as jsonfile:
        json.dump(data,jsonfile,ensure_ascii=False)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #write #write #json #file #python
ADD COMMENT
Topic
Name
3+6 =