반응형
🚀
UnhandledPromiseRejectionWarning: SyntaxError: Unexpected token o in JSON at position 1
에러를 해결하기 위해 살펴봐야할 사항
- json 형식의 문자열이 맞는지?
- json 형식의 문자열로 작성했는지만 오타가 있는지?
- json 데이터를 다시 JSON.parse하여 json형태로 바꾸려고 하지 않았는지?
반응형
UnhandledPromiseRejectionWarning: SyntaxError: Unexpected token o in JSON at position 1