Python JSON 사용 시 TypeError: Object of type bytes is not JSON serializable


Python JSON 사용 시 TypeError: Object of type bytes is not JSON serializable

Python 3.8 버전에서 Dictionary 데이터를 JSON변환 시 발생했던 TypeError: Object of type bytes is not JSON serializable 에러에 대한 수정 사항입니다. json.dumps()함수는 일반 obj를 JSON 포맷의 string으..

Python JSON 사용 시 TypeError: Object of type bytes is not JSON serializable에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.


원문링크 : Python JSON 사용 시 TypeError: Object of type bytes is not JSON serializable