so when the HTTP4K Jackson module is trying to ser...
# http4k
n
so when the HTTP4K Jackson module is trying to serialize some of my objects, it is choking on some null values. i’ve seen this issue before: https://stackoverflow.com/a/11761975/7682196 but i’m not sure how to fix that here. i tried creating my own
ConfigurableJackson
object but i can’t figure out which config setting maps to the “ignore null values”