I am receiving the following data inside my API
Jacob's Syndrome
When I show it using foreach loop, the outcome comes as
Jacob's Syndrome
I want the decoded data (Jacob's Syndrome)
that I am receiving from the API in order to store it in an array. Can anyone help me what sort of encoding / decoding do I have to perform?