Skip to content

Instantly share code, notes, and snippets.

@androidzhibinw
Created January 20, 2016 10:48
Show Gist options
  • Save androidzhibinw/8cbbfa87db6780cd25b8 to your computer and use it in GitHub Desktop.
Save androidzhibinw/8cbbfa87db6780cd25b8 to your computer and use it in GitHub Desktop.
construct json python
data = {}
data['key'] = 'value'
json_data = json.dumps(data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment