Luis M. Rosso
Results
2
issues of
Luis M. Rosso
Hi, How should I translate typical camel case JSON keys into typical kebab case Clojure ones? I have not been able to find out in docs yet, not even by...
Hi, I am implementing a little REST API with Duct / Integrant, following [Duct's Guide](https://github.com/duct-framework/docs/blob/master/GUIDE.rst) and [this tutorial](https://circleci.com/blog/build-a-clojure-web-app-using-duct/). POST body JSON described there is case agnostic, so it's not clear...