Skip to content

Instantly share code, notes, and snippets.

@1stvamp
Created April 7, 2011 16:17
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 1stvamp/908114 to your computer and use it in GitHub Desktop.
Save 1stvamp/908114 to your computer and use it in GitHub Desktop.
#!/usr/bin/env python
from sys import argv
from pprint import pprint
try:
import json
except ImportError:
import simplejson as json
pprint(json.load(file(argv[1])))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment