TypeError
the JSON object must be str, bytes or bytearray, not dict
처리할 데이터가 잘못됨
- 처리할 데이터 확인
the JSON object must be str, not 'TextIOWrapper'
json.loads()
로 작성했음
json.load()
로 변경할 것
###