On the Spring Batch Admin JSON API Guide I read that:
"Spring Batch Admin can act as a JSON web service. All the main HTML UI features can be accessed by JSON clients. In general, the recipe for doing this is to take a normal HTML URL from the UI application and add a .json suffix. All the JSON endpoints are listed on the home page of the sample application."
But in my Spring Batch Admin Console I don't see any JSON endpoints.
I also tried to call directly the normal endpoints adding the .json like this:
http://localhost:8080/spring-batch-admin/batch/jobs.json
But the result is always an HTML document.
Does anybody knows if there is a particular setting to enable for viewing JSON endpoints?