Is it possible to set muuntaja options on the route level? I have a single route where I would like JSON to be decoded without keywordizing, but I'd like to not change the default for other routes (which do want the keywordizing). Is this possible?
ok, figured it out. Just putting a :muuntaja key in the route data with a different muuntaja instance does the trick
👍
Is it ok to ask a malli question here?
Ok, here’s my question. We are doing a rather large cleanup of our api, and we want to unify our validation approach. We are using data-spec because it works well with swagger, and documents the model in each endpoint for our customers.
But we want to move to malli exclusively.
Is there a migration path?
I’m looking at lite but I’m not sure I’m on the right track.
There is a #malli channel where you possibly find better answers And sorry, I don't know enough Malli to be of help
Oh, I must have missed that. Thanks!