Solved
Return a html code using API
Good Day!
Goal: Using Get API response the html code stored in my DB.
Issue:
I'm having this issue on my API response on my DB there is no "/' but on my API response it display "/'.
pic for details.
API Response:
Good Day!
Goal: Using Get API response the html code stored in my DB.
Issue:
I'm having this issue on my API response on my DB there is no "/' but on my API response it display "/'.
pic for details.
API Response:
There is no way to bypass that. JSON uses double quotes to wrap strings. Then a backslash is used to escape double quotes inside the string. Do you create the HTML yourself? If yes, I think you could use single quotes as well.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.