Description
A Haskell JSON parser helper that warns when objects contain unexpected fields. It helps developers accept valid input while still noticing spelling mistakes, obsolete fields, or data that the program ignores.
Use it when JSON decoding should be tolerant but visible. This is especially useful for configuration files and API payloads where silent ignored fields can hide mistakes.