Skip to content

Instantly share code, notes, and snippets.

@thequbit
Created December 8, 2013 03:33
Show Gist options
  • Save thequbit/7853069 to your computer and use it in GitHub Desktop.
Save thequbit/7853069 to your computer and use it in GitHub Desktop.
inputdata = ""
with open("dunkindonuts_raw.json","r") as f:
json = f.read()
json = json.encode("ascii","ignore")
inputdata = simplejson.loads(json)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment