easily generate docs and playground for your RESTful API
Writing a good API is often not enough for the clients that will need to use it. Even with the greatest improvements provided by HATEOAS, API users need a more human readable way to understand the meaning of an API and how to use it. Moreover, there is no way to document flows of executions, i.e. the sequence of API methods to call to perform a task.
JSONDoc's goal is to provide an easy and fast way to do that while coding your API.
JSONDoc is a java library useful to build the documentation of your RESTful services.
The steps are the following:
JSONDoc has a dependency to Google reflections library