Fork me on GitHub
#ring-swagger
<
2019-10-24
>
fabius14:10:05

Hi. I'm trying to find out the scope of the ring-swagger library. On the github page you mention the swagger2/swagger-json function that produces a clojure map. But how can I actually produce output from this that can be used by swagger ui eludes me. The map that is created cant be turned to json directly because it contains predicate functions for conditionals (at least not with cheshire). Is there a built in way to do this, or it the scope focused on generating the map 'only' and the rest is up to yourself? Thanks for creating and open sourcing it, btw ✌️