I am using WP REST API.
I want to get the posts from my blog and show them in my android app.
So, everything is OK, but i need to ask a question to make sure about something:
when i call posts in the content section; there is a lots of HTML tag, is there any way (another plugin or … ) which return this part (or any part witch have HTML elements) as JSON or some how make it easier and separate the HTML tags?
I am using HTML to java Parser but i just want to make sure about this.
↧
return content section as json in wp rest api v1
↧