Skip to content

Instantly share code, notes, and snippets.

@DataSolveProblems
Created May 27, 2019 12:49
Show Gist options
  • Save DataSolveProblems/b4bd6c9164d7b7ad03c439191781f25e to your computer and use it in GitHub Desktop.
Save DataSolveProblems/b4bd6c9164d7b7ad03c439191781f25e to your computer and use it in GitHub Desktop.
import json
myRecord = json.load(open('My Record.json'))
print(type(myRecord)) # return variable data type
print(myRecord)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment