I have an API JSON response that wraps the data content in a data property, which looks like this:
data
{ \"d
Either you get rid of the data object or you can write a custom json Converter. I suggest to change the sent data or just consume it as it is because what you are trying to do is not a best practice.