Skip to content

Instantly share code, notes, and snippets.

@Fi5t
Created March 1, 2014 00:18
Show Gist options
  • Select an option

  • Save Fi5t/9282686 to your computer and use it in GitHub Desktop.

Select an option

Save Fi5t/9282686 to your computer and use it in GitHub Desktop.
import json
from pprint import pprint
json_data = open('releases.json')
data = json.load(json_data)
for dateString in data["list"]:
print(dateString["date"]["russia"]["string"])
json_data.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment