Description
A Haskell helper library for changing JSON field-name casing in Aeson instances. It makes it easier to map Haskell record names to JSON styles such as camelCase, snake_case, or other naming conventions.
Developers use it when an API expects a different field-name style than the Haskell source code. It is a build-time or runtime dependency for Haskell software, not a standalone app.