| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

Python ユニコードエスケープをデコード

提供: MyMemoWiki
ナビゲーションに移動 検索に移動

Python ユニコードエスケープをデコードする

Python |


print content
{"body": "", "header": {"message": "\u65e2\u306b\u540c\u540d\u30e6\u30fc\u30b6\u30fc\u307e\u305f\u306f\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u304c\u767b\u9332\u3055\u308c\u3066\u3044\u307e\u3059\u3002"}}
print content.decode('unicode_escape')
{"body": "", "header": {"message": "既に同名ユーザーまたはメールアドレスが登録されています。"}}