Skip to content

Instantly share code, notes, and snippets.

@spookylukey
Created February 3, 2013 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • 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