Fork me on GitHub
#luminus
<
2019-12-10
>
Luke Schubert12:12:13

thanks that was exactly what I needed. Here's a stripped down version of my solution

(assoc-in
         [:formats "application/json" :encoder-opts]
         {:encode-key-fn csk/->camelCaseString
          :decode-key-fn csk/->kebab-case-keyword})

👍 4
Luke Schubert12:12:29

where csk is the camel-snake-kebab library