• I am building an android app using the JSON data of wordpress but I want to remove some unused data from JSON output, can anyone help with that ?

    Thanks

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    From REST responses? To reduce transmitted data? It would depend on what data you’re getting. The data can often be filtered prior to output. The filter may have to be applied universally to all responses, which introduces compatibility issues. Or maybe it could be applied only for a specific request. Again, it would depend on what you’re trying to get.

    Assuming such a thing is possible, it would need to be implemented through a plugin. Is it a good idea to have an app that requires a companion plugin? Or is that already part of your plan? Or maybe your app works without the plugin, but works better with it?

Viewing 1 replies (of 1 total)
  • The topic ‘How to customize the JSON output WP4.7 ?’ is closed to new replies.