java, spring

spring error

sunny___ 2019. 6. 14. 14:16
반응형

* [{},{},] 이렇게 json 잘못 요청하면
400 Bad Request
"JSON parse error: Unexpected character (']' (code 93)): expected a value; nested exception is com.fasterxml.jackson.databind.JsonMappingException: Unexpected character (']' (code 93)): expected a value\n at [Source: (PushbackInputStream); line: 108, column: 3] (through reference chain: java.lang.Object[][2]))"

반응형