Thanks, that might work. We've got a number of rou...
# ktor
m
Thanks, that might work. We've got a number of routes where we accept JSON payloads, so I guess bundling it up with an extension method
call.receiveWithJsonErrorHandling<T>
would avoid duplicating that everywhere.