How hard is it to switch openapi generator from jackson parser?
I think currently the optimization tradeoffs between different parsers
https://www.http4k.org/guide/howto/make_json_faster/ are down to: do you want openapi integration? If yes - parser decision has been maid.
Even when serializing responses with something like kotlinx.serialization the jackson is on classpath with all it's tradeoffs and benefits anyways.