Skip to content

Instantly share code, notes, and snippets.

@jian-en
Created May 28, 2015 03:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jian-en/7d9bf37cc8d0b8eb1450 to your computer and use it in GitHub Desktop.
Save jian-en/7d9bf37cc8d0b8eb1450 to your computer and use it in GitHub Desktop.
useful python snippets
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