How to disable unicode option in Postman App

1k Views Asked by At

I am using my custom API endpoint on Postman app. My API endpoint returns response value along with unicode characters.

Response is displayed as unicode character instead of plain text value. How can I display the plain text for unicode characters in Postman App.

Plain text (\u1001) => Unicode character (ခ)

1

There are 1 best solutions below

0
On

Setting the response body to Raw should display plain text, though you'll lose indenting in the case of JSON objects.