Skip to content

Instantly share code, notes, and snippets.

@douglaspsteen
Created August 23, 2020 01:17
Show Gist options
  • Save douglaspsteen/3933ea5ab3c1779e190010d2f7e7f794 to your computer and use it in GitHub Desktop.
Save douglaspsteen/3933ea5ab3c1779e190010d2f7e7f794 to your computer and use it in GitHub Desktop.
def get_keys(path):
with open(path) as f:
return json.load(f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment