I have a Java +JAX-RS + Jeresy environment and successfully integrated Swagger.
Everything works dynamically and json files are created per resource.
Is there a way to extract all of the JSON representations into a single file so I could share it with others in offline? I am looking for a single file JSON that I can then read using Swagger-UI.