(which was true by default, disallowing nonstandard JSON) with the
ignoreUnknownKeys
option and a couple others. No specific comments/rationale that I can see there eother. But I imagine the CBOR config used JSON as the precedent
It does feel like it comes down to use case though. For me, I can't have information loss when I'm reading data, so passing forward an in-memory class representation that doesn't capture the original data would be problematic in my case working with data. And if the default did ignore keys, I could have the opposite problem, except without ever knowing
r
reactormonk
06/01/2024, 5:25 AM
I've always hated that part of jackson, where you had to exactly match the json part in production, otherwise the system would blow up. IMO strictness is something you should only be using during development, if at all.