I have json which contains illegal characters
{"message":"A"B",
"fromWhom":"53"}
I want plaint text which is sent from the sever spring to client, so that client can get the complete data.
How can I replace illegal characters of a string to a valid json object?