I would like to dump all posts to a JSON file so I can include it in my mobile app project. That way, the app can work offline for the most part, then I just have to query new and modified posts from there.
I am using the WP-API plugin: http://wp-api.org. I’d like to dump it using this plugin because I plan on using its API going forward and assume the same format. Do I need to create a separate plugin that depends on WP-API so I can dump the posts to a JSON file, or any other ideas on how I should approach this?
Thanks for any help or insight!