Description
A Haskell library for type-driven customization of generic Aeson instances. It helps developers control how Haskell records and constructors are encoded to or decoded from JSON without writing full manual instances.
Use it when API JSON needs consistent naming, wrapping, tagging, or field rules. Generated JSON formats should be tested because small rule changes can break compatibility with existing clients.