728x90
Resolved [org.springframework.http.converter.HttpMessageNotReadableException: JSON parse error: Unexpected character ('}' (code 125)): was expecting double-quote to start field name; nested exception is com.fasterxml.jackson.core.JsonParseException: Unexpected character ('}' (code 125)): was expecting double-quote to start field name<EOL> at [Source: (org.springframework.util.StreamUtils$NonClosingInputStream); line: 4, column: 2]]
Sample json
{ "subject": "재목", "contents": "내용", }
해결책
json 규칙에 맨 마지막 항목에는 ' , ' 이 붙으면 안 된다.
쉼표 삭제하니 정상 작동
728x90
'study > TIL🐥' 카테고리의 다른 글
[Vue.js] 외부 javascript 구문 추가 방법 (1) | 2022.10.05 |
---|---|
[Spring] 스프링 AOP (Spring AOP) 총정리 : 개념, 프록시 기반 AOP, @AOP (0) | 2022.08.23 |
[Linux] SSH 접속시 UNPROTECTED PRIVATE KEY FILE! 에러 해결 (0) | 2022.08.03 |
[AWS Cloud Practitioner] 10. 클라우드 여정 (0) | 2022.07.20 |
[AWS Cloud Practitioner] 9. 마이그레이션 및 혁신 (0) | 2022.07.20 |