Skip to content

Instantly share code, notes, and snippets.

@IanLeatherbury
Created February 20, 2018 20:21
Show Gist options
  • Save IanLeatherbury/748225fbd184c72fe7def766791c1b09 to your computer and use it in GitHub Desktop.
Save IanLeatherbury/748225fbd184c72fe7def766791c1b09 to your computer and use it in GitHub Desktop.
import json
from QuickType import pokedex_from_json
p = json.loads(open('resources/pokedex.json').read())
dex = pokedex_from_json(p)[0].name
print(dex)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment