reitit icon indicating copy to clipboard operation
reitit copied to clipboard

POST body: how to translate camel case JSON into Clojure kebab

Open promesante opened this issue 5 years ago • 1 comments

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 searching Google.

Thanks in advance !

Luis https://promesante.github.io/ https://github.com/promesante

promesante avatar Jan 02 '20 06:01 promesante

Ive managed to come up with a solution https://gist.github.com/pablo-develop/76eb66f6ea9f4db19a86aadf59a4d188

pablo-develop avatar Mar 11 '20 20:03 pablo-develop