こんな感じ

他に方法はあるけどwith で開いた方がpythonの時は無難なイメージ

with open('filename.json', 'r') as f:
    json_open = json.load(f)