【Python】AttributeError: ‘str’ object has no attribute ‘read’

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