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