We have a form that has a long paragraph for a scientific application containing symbols such as beta symbol (ß-preservein), etc. We have a JSON service running on Mule that takes data and stores it in the oracle database. This particular item with a long paragraph gives me an error in RAML / JSON. Below is the error
com.fasterxml.jackson.core.JsonParseException: Illegal unquoted character ((CTRL-CHAR, code 9)): has to be escaped using backslash to be included in string value
The element of form that scientists write, we do not control. So, on the Mule side, how can we avoid these characters automatically, for example, java has URLEncoded. Many thanks
java json mule raml
hpandalai
source share