luminus

Luke Schubert 2019-12-10T12:52:13.037900Z

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})

👍 1
Luke Schubert 2019-12-10T12:52:29.038300Z

where csk is the camel-snake-kebab library