I started using the JSON API plugin. It works good ! But the problem i am facing is, If i enter any text containing special characters through CMS The output is not same as the given text. Why this is happening?
Example: It’s a good app (Input)
The output looks like It ‘ s a good app.
Please suggest any tips/methods to get rid of this situation.
Eagerly waiting for your response.
Thank you
That’s probably because the “JSON API plugin” htmlescapes your text. So if you would just display it on site it should print OK, but if you need to work with it on the backend than just use
html_entity_decode()