Skip to content

Instantly share code, notes, and snippets.

@cyclecycle
Created August 18, 2020 14:31
Show Gist options
  • Save cyclecycle/eef47c9c8a62caade67fa59050cda870 to your computer and use it in GitHub Desktop.
Save cyclecycle/eef47c9c8a62caade67fa59050cda870 to your computer and use it in GitHub Desktop.
import json
def load_json(path):
with open(path, encoding='utf-8') as f:
return json.load(f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment