How to replace or display the special characters from JSON API plugin

enter image description hereI 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.

Read More

Eagerly waiting for your response.
Thank you

Related posts

Leave a Reply

1 comment

  1. 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()