I am encountering an issue with a JSON file that contains illegal characters
{"message":"A"B",
"fromWhom":"53"}
My goal is to extract plain text sent from the server spring to the client in order for the client to receive the full data.
Is there a way to replace illegal characters within a string with a valid JSON object?