How to make a JSON of a blog?

Hi there

My requirement I have a blog that need to be written in server side And I need to convert that into JSON to parse that blog in android and iOS.I want to answar of these things

1)How should I manage in server side like if there is Image Inserted between text,If a hyperlink is inserted,if there is bold text between text because I need to convert these in a form of JSON that I can send to android and iOS.

2)What I need before storing blog data in server side to convert JSON and store in database or when an API is hit at that time get data from database and then convert into JSON

I am using php as server side language.

If there is other seneraios to handle in blogs JSON would be nice to know

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.