Created
May 28, 2015 03:07
-
-
Save jian-en/7d9bf37cc8d0b8eb1450 to your computer and use it in GitHub Desktop.
useful python snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import json | |
json.dumps(response, ensure_ascii=False).encoding('utf-8') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment