Skip to content

Instantly share code, notes, and snippets.

@gchavez2
Created March 23, 2021 01:24
Show Gist options
  • Save gchavez2/a63827825880b01d1175cbef8deef4bf to your computer and use it in GitHub Desktop.
Save gchavez2/a63827825880b01d1175cbef8deef4bf to your computer and use it in GitHub Desktop.
import json
with open('json_file.json') as f:
data = json.load(f)
print(data)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment