Hey, I just had to deal with this too when trying to send a JSON payload with a special character. You can try encoding the special characters using a library like urlencode or just escape them manually. Does anyone know if there's a more elegant way to handle this in Datasnap?