dump.py
import json
data = {u'title': u'ほげ'}
json_data = json.dumps(data, ensure_ascii=False)
Go to list of users who liked
More than 5 years have passed since last update.
import json
data = {u'title': u'ほげ'}
json_data = json.dumps(data, ensure_ascii=False)
Register as a new user and use Qiita more conveniently
Go to list of users who liked