Array
(
    [0] => Array
        (
            [posttitle] => Hello world!
            [postcontent] => 

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

[postauther] => 1 [postdate] => 2025-03-22 10:59:43 [image] => https://thinappsolutions.com/wp/wp-content/uploads/2025/03/hello-world-featured.jpg ) [1] => Array ( [posttitle] => Welcome to My New Blog! [postcontent] =>

This is my new blog on wordpress.

[postauther] => 1 [postdate] => 2025-03-22 11:40:45 [image] => ) [2] => Array ( [posttitle] => Latest News Example Post [postcontent] =>

This is a latest news example post that we can pull directly into the Mobile App(s).

[postauther] => 1 [postdate] => 2025-03-23 16:42:21 [image] => ) [3] => Array ( [posttitle] => Latest News Post Example 2 [postcontent] =>

This is another post to use for our testing...

[postauther] => 1 [postdate] => 2025-03-23 16:43:25 [image] => ) )
Now let's output json:

[{"posttitle":"Hello world!","postcontent":"\n

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!<\/p>\n","postauther":"1","postdate":"2025-03-22 10:59:43","image":"https:\/\/thinappsolutions.com\/wp\/wp-content\/uploads\/2025\/03\/hello-world-featured.jpg"},{"posttitle":"Welcome to My New Blog!","postcontent":"\n

This is my new blog on wordpress.<\/p>\n\n\n\n

\"\"<\/figure>\n","postauther":"1","postdate":"2025-03-22 11:40:45","image":""},{"posttitle":"Latest News Example Post","postcontent":"\n

This is a latest news example post that we can pull directly into the Mobile App(s).<\/p>\n","postauther":"1","postdate":"2025-03-23 16:42:21","image":""},{"posttitle":"Latest News Post Example 2","postcontent":"\n

This is another post to use for our testing...<\/p>\n","postauther":"1","postdate":"2025-03-23 16:43:25","image":""}]