json
https://docs.python.org/3/library/json.html
Table of Contents
Write JSON data to a file howto
Dump an object as a JSON with preserving unicode(no \u
things) howto
- Use
ensure_ascii=False
"\uc548\ub155"
"안녕"
\u
things) howtoensure_ascii=False
"\uc548\ub155"
"안녕"