REST Response with double quote value
How to retain double quote in the response value? We are using Pega 8.4.1
We are consuming a REST service and the response value contains double quote ". Pega is converting into ���
Example Response in Postman
{
"test" : "this is a sample "value" response"
}
In Pega it is turning into
{
"test" : "this is a sample ���value��� response"
}
Thanks!