wire-api-0.1.0
Safe HaskellSafe-Inferred
LanguageGHC2021

Wire.API.Util.Aeson

Synopsis

Documentation

customEncodingOptions :: Options Source #

Drops record field name prefixes (anything until the first upper-case char) and turns the rest into snake_case.

For example, it converts _recordFieldLabel into field_label.