Fork me on GitHub
#reitit
<
2022-11-02
>
dharrigan17:11:50

Is there a way to tap into the deserialised form of the json request just before the (in this case malli) coercion/validation takes place - i.e., to see the data transformed into a clojure structure before the validation takes place?

ikitommi18:11:41

maybe put a middleware between format and coercion middleware?

Ben Sless18:11:11

For dev time, I like using the print-diff middleware

dharrigan20:11:59

Thank's both 🙂