Fork me on GitHub
#malli
<
2022-02-20
>
Oliver Marks19:02:32

Hi, hoping someone can point me in the right direction, can you extend json-transformer-provider https://github.com/metosin/reitit/blob/198cfda00d20093f3d7b3069e5e902835c396698/modules/reitit-malli/src/reitit/coercion/malli.cljc#L35 I basically want to convert a specific keys value to a keyword the malli spec is an enum of keywords and the json decoder is not converting the string to a keyword for me so I need some custom logic here I believe, but I am unsure how to inject this ?