Skip to content

Instantly share code, notes, and snippets.

@eightysteele
Created August 13, 2011 23:25
Show Gist options
  • Select an option

  • Save eightysteele/1144364 to your computer and use it in GitHub Desktop.

Select an option

Save eightysteele/1144364 to your computer and use it in GitHub Desktop.
simplejson.dumps(dict(a=1,b=2))
'{"a": 1, "b": 2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment