pythonでjsonを扱う時、日本語をエスケープさせない方法 - Qiita

エンコード# -*- coding: utf-8 -*-from __future__ import unicode_literalsimport jsondict = {"hello": …