Avatar

Correct answer by
Community Advisor

Hello @ujjyals87155580,

 

Do you have character coding set up in the Headers?

 

It will look something like this

http.header["Content-Type"] = "application/json;charset=utf-8";

If this does not work

Try this  before adding it to json object.

JSON.parse(eml)

 

Let me know if that works.

Thanks

 

View solution in original post