Skip to content

Instantly share code, notes, and snippets.

@thequbit
Created March 6, 2014 19:57
Show Gist options
  • Save thequbit/9398128 to your computer and use it in GitHub Desktop.
Save thequbit/9398128 to your computer and use it in GitHub Desktop.
import json
mydict = {}
mydict['myfield'] = "super_awesome_stuff"
myjson = json.dumps(mydict)
print myjson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment