我的Json有效载荷有德语变音符号(ö)和杰克逊解析失败,以下异常。如何修复它?
com.fasterxml.jackson.core.JsonParseException: Invalid UTF-8 middle byte 0x6e
at [Source: xxxxx.xxxxxx.xxxx.core.helpers.HttpServletRequestWrapper$1@3eb7f248; line: 2, column: 29]
有效载荷:
{
"type":1,
"amount":100,
"description":"bonificaócin",
"hold_only":true,
"ref_data":
{
"TPID": 9
}
}