In rest api, i have a string param in the form or body, but ios app send a string like '\U5176\U63a8\U5e7f'
and it seems that schema generate this message:
{
"type": "json-parse-exception",
"message": "Unrecognized character escape 'U' (code 85)\n at [Source: java.io.StringReader@3af85aec; line: 2, column: 16]"
}
i searched with google, but i can't find any solution