【Python】AttributeError: 'str' object has no attribute 'read'

python
json.load(str) // AttributeError: 'str' object has no attribute 'read'
python
json.loads(str) // 文字列に対して利用

関連記事