Skip to content

Instantly share code, notes, and snippets.

@jeepkd
Last active May 9, 2018 07:42
Show Gist options
  • Save jeepkd/1e0731bf3558b2a835ddaccd3e932497 to your computer and use it in GitHub Desktop.
Save jeepkd/1e0731bf3558b2a835ddaccd3e932497 to your computer and use it in GitHub Desktop.
import json
with open('./data.json') as f:
data = json.load(f)
d = data['item']['topic']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment