Skip to content

Instantly share code, notes, and snippets.

@aoeuidht
Created November 12, 2013 15:00
Show Gist options
  • Select an option

  • Save aoeuidht/7432261 to your computer and use it in GitHub Desktop.

Select an option

Save aoeuidht/7432261 to your computer and use it in GitHub Desktop.
if isinstance(c_content, (str, unicode)):
uc = c_content.encode('utf8')
cnt['content'] = json.loads(uc)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment