Skip to content

Instantly share code, notes, and snippets.

@spookylukey
Created February 3, 2013 21:01
Show Gist options
  • Save spookylukey/4703637 to your computer and use it in GitHub Desktop.
Save spookylukey/4703637 to your computer and use it in GitHub Desktop.
with open('step3.txt') as f:
for l in f:
json_dict = json.loads(l)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment